Html Css Color HEX #0CBBA9 Light Sea Green

📋 copy color: '#0CBBA9'

red 12 ◦ green 187 ◦ blue 169

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

Shades of Light Sea Green #0CBBA9

Tints of Light Sea Green #0CBBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

 BLUE value IS 169 (66.41% from 255) = 45.92%

R = 3.26%
G = 50.82%
B = 45.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#0CBBA9 (or 0x0CBBA9) is known color: Light Sea Green. HEX triplet: 0C, BB and A9. RGB value is (12,187,169). Sum of RGB (Red+Green+Blue) = 12+187+169=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBBA9 is #F34456. Grayscale: #848484. Windows color (decimal): -15942743 or 11123468. OLE color: 11123468.

HSL color Cylindrical-coordinate representation of color #0CBBA9: hue angle of 173.83º 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 #0CBBA9 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 187 169 -
CMYK 0.94 0 0.10 0.27
HSL 173.83º 0.88% 0.39% -
HSV(B) 173.83º 0.94% 0.73% -
XYZ 25.08 38.48 43.64 -
YUV 132.62 148.52 41.96 -
System Red Green Blue C M Y K H S L
Decimal 12 187 169 0.94 0 0.10 0.27 173.83 0.88 0.39
Hex C BB A9 5E 0 A 1B AE 58 27
Octal 14 273 251 136 0 12 33 256 130 47
Binary 1100 10111011 10101001 1011110 0 1010 11011 10101110 1011000 100111

Color Harmonies of #0CBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBA9

Black with #0CBBA9

Text Example


Text Example

White with #0CBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,187,169); }

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

background-color css

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

 a { background-color: rgb(12,187,169); }

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

border-color css

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

 span { border-color: rgb(12,187,169); }

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