#3CEAB0

Color #3CEAB0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3CEAB0

Tints of Shamrock #3CEAB0

Color information

#3CEAB0 (or 0x3CEAB0) is unknown color: approx Shamrock. HEX triplet: 3C, EA and B0. RGB value is (60,234,176). Sum of RGB (Red+Green+Blue) = 60+234+176=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEAB0 is #C3154F. Grayscale: #AFAFAF. Windows color (decimal): -12784976 or 11594300. OLE color: 11594300.

HSL color Cylindrical-coordinate representation of color #3CEAB0: hue angle of 160º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEAB0 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB60234176-
CMYK0.7400.250.08
HSL160º80.56%57.65%-
HSV(B)160º74.36%91.76%-
XYZ39.1262.9451.16-
YUV175.36128.3545.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 12.77%
GREEN value IS 234 (91.80% from 255) = 49.79%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=12.77%
G=49.79%
B=37.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal602341760.7400.250.0816080.5657.65
Hex3CEAB04A0198a0513a
Octal743522601120311024012172
Binary111100111010101011000010010100110011000101000001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CEAB0; }

 p { color: rgb(60,234,176); }

 H1.HeaderClassName
 {
   color: #3CEAB0;
 }
 .AnyTagClassName
 {
   color: #3CEAB0;
 }
</style>
background-color css

<style>
 a { background-color: #3CEAB0; }

 a { background-color: rgb(60,234,176); }

 div.DivClassName
 {
   background-color: #3CEAB0;
 }
 .BgClassName
 {
   background-color: #3CEAB0;
 }
</style>
border-color css

<style>
 span { border-color: #3CEAB0; }

 span { border-color: rgb(60,234,176); }

 td.TdClassName
 {
   border-color: #3CEAB0;
 }
 .TagClassName
 {
   border-color: #3CEAB0;
 }
</style>