Html Css Color HEX #0FABAB Light Sea Green

📋 copy color: '#0FABAB'

red 15 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #0FABAB

Tints of Light Sea Green #0FABAB

RGB

 RED value IS 15 (6.25% from 255) = 4.2%

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

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

R = 4.2%
G = 47.9%
B = 47.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0FABAB (or 0x0FABAB) is known color: Light Sea Green. HEX triplet: 0F, AB and AB. RGB value is (15,171,171). Sum of RGB (Red+Green+Blue) = 15+171+171=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #0FABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABAB is #F05454. Grayscale: #7C7C7C. Windows color (decimal): -15750229 or 11250447. OLE color: 11250447.

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

Color convert

RGB 15 171 171 -
CMYK 0.91 0 0 0.33
HSL 180º 0.84% 0.36% -
HSV(B) 180º 0.91% 0.67% -
XYZ 22.11 32.17 43.57 -
YUV 124.36 154.32 50 -
System Red Green Blue C M Y K H S L
Decimal 15 171 171 0.91 0 0 0.33 180 0.84 0.36
Hex F AB AB 5B 0 0 21 B4 54 24
Octal 17 253 253 133 0 0 41 264 124 44
Binary 1111 10101011 10101011 1011011 0 0 100001 10110100 1010100 100100

Color Harmonies of #0FABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABAB

Black with #0FABAB

Text Example


Text Example

White with #0FABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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