Html Css Color HEX #0CB3AB Light Sea Green

📋 copy color: '#0CB3AB'

red 12 ◦ green 179 ◦ blue 171

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

Shades of Light Sea Green #0CB3AB

Tints of Light Sea Green #0CB3AB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

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

R = 3.31%
G = 49.45%
B = 47.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#0CB3AB (or 0x0CB3AB) is known color: Light Sea Green. HEX triplet: 0C, B3 and AB. RGB value is (12,179,171). Sum of RGB (Red+Green+Blue) = 12+179+171=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB3AB is #F34C54. Grayscale: #808080. Windows color (decimal): -15944789 or 11252492. OLE color: 11252492.

HSL color Cylindrical-coordinate representation of color #0CB3AB: hue angle of 177.13º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB3AB is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 179 171 -
CMYK 0.93 0 0.04 0.30
HSL 177.13º 0.87% 0.37% -
HSV(B) 177.13º 0.93% 0.7% -
XYZ 23.62 35.26 44.09 -
YUV 128.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 12 179 171 0.93 0 0.04 0.30 177.13 0.87 0.37
Hex C B3 AB 5D 0 4 1E B1 57 25
Octal 14 263 253 135 0 4 36 261 127 45
Binary 1100 10110011 10101011 1011101 0 100 11110 10110001 1010111 100101

Color Harmonies of #0CB3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB3AB

Black with #0CB3AB

Text Example


Text Example

White with #0CB3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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