#3CBBAE

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

Shades of Light Sea Green #3CBBAE

Tints of Light Sea Green #3CBBAE

Color information

#3CBBAE (or 0x3CBBAE) is unknown color: approx Light Sea Green. HEX triplet: 3C, BB and AE. RGB value is (60,187,174). Sum of RGB (Red+Green+Blue) = 60+187+174=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBBAE is #C34451. Grayscale: #939393. Windows color (decimal): -12797010 or 11451196. OLE color: 11451196.

HSL color Cylindrical-coordinate representation of color #3CBBAE: hue angle of 173.86º 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 #3CBBAE is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB60187174-
CMYK0.6800.070.27
HSL173.86º51.42%48.43%-
HSV(B)173.86º67.91%73.33%-
XYZ27.2739.5646.24-
YUV147.54142.9265.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.25%
GREEN value IS 187 (73.44% from 255) = 44.42%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=14.25%
G=44.42%
B=41.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601871740.6800.070.27173.8651.4248.43
Hex3CBBAE44071Bae3330
Octal7427325610407332566360
Binary1111001011101110101110100010001111101110101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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