#0cbcaa

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

Shades of Light Sea Green #0CBCAA

Tints of Light Sea Green #0CBCAA

Color information

#0CBCAA (or 0x0CBCAA) is unknown color: approx Light Sea Green. HEX triplet: 0C, BC and AA. RGB value is (12,188,170). Sum of RGB (Red+Green+Blue) = 12+188+170=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBCAA is #F34355. Grayscale: #858585. Windows color (decimal): -15942486 or 11189260. OLE color: 11189260.

HSL color Cylindrical-coordinate representation of color #0CBCAA: hue angle of 173.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCAA is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB12188170-
CMYK0.9400.100.26
HSL173.86º88%39.22%-
HSV(B)173.86º93.62%73.73%-
XYZ25.3938.9544.21-
YUV133.32148.6941.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.24%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=3.24%
G=50.81%
B=45.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121881700.9400.100.26173.868839.22
HexCBCAA5E0A1Aae5827
Octal142742521360123225613047
Binary1100101111001010101010111100101011010101011101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cbcaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0cbcaa; }

 p { color: rgb(12,188,170); }

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

<style>
 a { background-color: #0cbcaa; }

 a { background-color: rgb(12,188,170); }

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

<style>
 span { border-color: #0cbcaa; }

 span { border-color: rgb(12,188,170); }

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