Html Css Color HEX #0CBBAB Light Sea Green

📋 copy color: '#0CBBAB'

red 12 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #0CBBAB

Tints of Light Sea Green #0CBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 3.24%
G = 50.54%
B = 46.22%

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

#0CBBAB (or 0x0CBBAB) is known color: Light Sea Green. HEX triplet: 0C, BB and AB. RGB value is (12,187,171). Sum of RGB (Red+Green+Blue) = 12+187+171=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBBAB is #F34454. Grayscale: #848484. Windows color (decimal): -15942741 or 11254540. OLE color: 11254540.

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

Color convert

RGB 12 187 171 -
CMYK 0.94 0 0.09 0.27
HSL 174.51º 0.88% 0.39% -
HSV(B) 174.51º 0.94% 0.73% -
XYZ 25.27 38.56 44.64 -
YUV 132.85 149.52 41.8 -
System Red Green Blue C M Y K H S L
Decimal 12 187 171 0.94 0 0.09 0.27 174.51 0.88 0.39
Hex C BB AB 5E 0 9 1B AF 58 27
Octal 14 273 253 136 0 11 33 257 130 47
Binary 1100 10111011 10101011 1011110 0 1001 11011 10101111 1011000 100111

Color Harmonies of #0CBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBAB

Black with #0CBBAB

Text Example


Text Example

White with #0CBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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