#3CBFB2

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

Shades of Light Sea Green #3CBFB2

Tints of Light Sea Green #3CBFB2

Color information

#3CBFB2 (or 0x3CBFB2) is unknown color: approx Light Sea Green. HEX triplet: 3C, BF and B2. RGB value is (60,191,178). Sum of RGB (Red+Green+Blue) = 60+191+178=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBFB2 is #C3404D. Grayscale: #969696. Windows color (decimal): -12795982 or 11714364. OLE color: 11714364.

HSL color Cylindrical-coordinate representation of color #3CBFB2: hue angle of 174.05º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBFB2 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB60191178-
CMYK0.6900.070.25
HSL174.05º52.19%49.22%-
HSV(B)174.05º68.59%74.9%-
XYZ28.5341.4448.61-
YUV150.35143.663.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.99%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=13.99%
G=44.52%
B=41.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601911780.6900.070.25174.0552.1949.22
Hex3CBFB2450719ae3431
Octal7427726210507312566461
Binary1111001011111110110010100010101111100110101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,191,178); }

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

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

 a { background-color: rgb(60,191,178); }

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

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

 span { border-color: rgb(60,191,178); }

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