#3CB4AE

Color #3CB4AE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #3CB4AE

Tints of Light Sea Green #3CB4AE

Color information

#3CB4AE (or 0x3CB4AE) is unknown color: approx Light Sea Green. HEX triplet: 3C, B4 and AE. RGB value is (60,180,174). Sum of RGB (Red+Green+Blue) = 60+180+174=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB4AE is #C34B51. Grayscale: #8F8F8F. Windows color (decimal): -12798802 or 11449404. OLE color: 11449404.

HSL color Cylindrical-coordinate representation of color #3CB4AE: hue angle of 177º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB4AE is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB60180174-
CMYK0.6700.030.29
HSL177º50%47.06%-
HSV(B)177º66.67%70.59%-
XYZ25.8236.6645.76-
YUV143.44145.2468.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.49%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=14.49%
G=43.48%
B=42.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601801740.6700.030.291775047.06
Hex3CB4AE43031Db1322f
Octal7426425610303352616257
Binary111100101101001010111010000110111110110110001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,180,174); }

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

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

 a { background-color: rgb(60,180,174); }

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

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

 span { border-color: rgb(60,180,174); }

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