#3CBEB0

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

Shades of Light Sea Green #3CBEB0

Tints of Light Sea Green #3CBEB0

Color information

#3CBEB0 (or 0x3CBEB0) is unknown color: approx Light Sea Green. HEX triplet: 3C, BE and B0. RGB value is (60,190,176). Sum of RGB (Red+Green+Blue) = 60+190+176=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBEB0 is #C3414F. Grayscale: #959595. Windows color (decimal): -12796240 or 11583036. OLE color: 11583036.

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

Color convert

RGB60190176-
CMYK0.6800.070.25
HSL173.54º52%49.02%-
HSV(B)173.54º68.42%74.51%-
XYZ28.1140.9247.49-
YUV149.53142.9364.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.08%
GREEN value IS 190 (74.61% from 255) = 44.60%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=14.08%
G=44.60%
B=41.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601901760.6800.070.25173.545249.02
Hex3CBEB0440719ae3431
Octal7427626010407312566461
Binary1111001011111010110000100010001111100110101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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