#3CBBAC

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

Shades of Light Sea Green #3CBBAC

Tints of Light Sea Green #3CBBAC

Color information

#3CBBAC (or 0x3CBBAC) is unknown color: approx Light Sea Green. HEX triplet: 3C, BB and AC. RGB value is (60,187,172). Sum of RGB (Red+Green+Blue) = 60+187+172=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBBAC is #C34453. Grayscale: #939393. Windows color (decimal): -12797012 or 11320124. OLE color: 11320124.

HSL color Cylindrical-coordinate representation of color #3CBBAC: hue angle of 172.91º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBBAC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB60187172-
CMYK0.6800.080.27
HSL172.91º51.42%48.43%-
HSV(B)172.91º67.91%73.33%-
XYZ27.0839.4845.22-
YUV147.32141.9265.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.32%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=14.32%
G=44.63%
B=41.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601871720.6800.080.27172.9151.4248.43
Hex3CBBAC44081Bad3330
Octal74273254104010332556360
Binary11110010111011101011001000100010001101110101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,187,172); }

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

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

 a { background-color: rgb(60,187,172); }

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

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

 span { border-color: rgb(60,187,172); }

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