Html Css Color HEX #0CABAB Light Sea Green

📋 copy color: '#0CABAB'

red 12 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #0CABAB

Tints of Light Sea Green #0CABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.31%

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

R = 3.39%
G = 48.31%
B = 48.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0CABAB (or 0x0CABAB) is known color: Light Sea Green. HEX triplet: 0C, AB and AB. RGB value is (12,171,171). Sum of RGB (Red+Green+Blue) = 12+171+171=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #0CABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABAB is #F35454. Grayscale: #7B7B7B. Windows color (decimal): -15946837 or 11250444. OLE color: 11250444.

HSL color Cylindrical-coordinate representation of color #0CABAB: hue angle of 180º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CABAB is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 171 -
CMYK 0.93 0 0 0.33
HSL 180º 0.87% 0.36% -
HSV(B) 180º 0.93% 0.67% -
XYZ 22.07 32.14 43.57 -
YUV 123.46 154.82 48.5 -
System Red Green Blue C M Y K H S L
Decimal 12 171 171 0.93 0 0 0.33 180 0.87 0.36
Hex C AB AB 5D 0 0 21 B4 57 24
Octal 14 253 253 135 0 0 41 264 127 44
Binary 1100 10101011 10101011 1011101 0 0 100001 10110100 1010111 100100

Color Harmonies of #0CABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABAB

Black with #0CABAB

Text Example


Text Example

White with #0CABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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