Html Css Color HEX #0FABA9 Light Sea Green

📋 copy color: '#0FABA9'

red 15 ◦ green 171 ◦ blue 169

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

Shades of Light Sea Green #0FABA9

Tints of Light Sea Green #0FABA9

RGB

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

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

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

R = 4.23%
G = 48.17%
B = 47.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0FABA9 (or 0x0FABA9) is known color: Light Sea Green. HEX triplet: 0F, AB and A9. RGB value is (15,171,169). Sum of RGB (Red+Green+Blue) = 15+171+169=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA9 is #F05456. Grayscale: #7B7B7B. Windows color (decimal): -15750231 or 11119375. OLE color: 11119375.

HSL color Cylindrical-coordinate representation of color #0FABA9: hue angle of 179.23º 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 #0FABA9 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 169 -
CMYK 0.91 0 0.01 0.33
HSL 179.23º 0.84% 0.36% -
HSV(B) 179.23º 0.91% 0.67% -
XYZ 21.92 32.09 42.58 -
YUV 124.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 15 171 169 0.91 0 0.01 0.33 179.23 0.84 0.36
Hex F AB A9 5B 0 1 21 B3 54 24
Octal 17 253 251 133 0 1 41 263 124 44
Binary 1111 10101011 10101001 1011011 0 1 100001 10110011 1010100 100100

Color Harmonies of #0FABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABA9

Black with #0FABA9

Text Example


Text Example

White with #0FABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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