Html Css Color HEX #0CBAAA Light Sea Green

📋 copy color: '#0CBAAA'

red 12 ◦ green 186 ◦ blue 170

#0CBAAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0CBAAA

Tints of Light Sea Green #0CBAAA

RGB

 RED value IS 12 (5.08% from 255) = 3.26%

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 3.26%
G = 50.54%
B = 46.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0CBAAA (or 0x0CBAAA) is known color: Light Sea Green. HEX triplet: 0C, BA and AA. RGB value is (12,186,170). Sum of RGB (Red+Green+Blue) = 12+186+170=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAAA is #F34555. Grayscale: #848484. Windows color (decimal): -15942998 or 11188748. OLE color: 11188748.

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

Color convert

RGB 12 186 170 -
CMYK 0.94 0 0.09 0.27
HSL 174.48º 0.88% 0.39% -
HSV(B) 174.48º 0.94% 0.73% -
XYZ 24.97 38.1 44.07 -
YUV 132.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 12 186 170 0.94 0 0.09 0.27 174.48 0.88 0.39
Hex C BA AA 5E 0 9 1B AE 58 27
Octal 14 272 252 136 0 11 33 256 130 47
Binary 1100 10111010 10101010 1011110 0 1001 11011 10101110 1011000 100111

Color Harmonies of #0CBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAAA

Black with #0CBAAA

Text Example


Text Example

White with #0CBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CBAAA;
 }
 .AnyTagClassName
 {
   color: #0CBAAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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