Html Css Color HEX #0FABA8 Light Sea Green

📋 copy color: '#0FABA8'

red 15 ◦ green 171 ◦ blue 168

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

Shades of Light Sea Green #0FABA8

Tints of Light Sea Green #0FABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.46%

R = 4.24%
G = 48.31%
B = 47.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#0FABA8 (or 0x0FABA8) is known color: Light Sea Green. HEX triplet: 0F, AB and A8. RGB value is (15,171,168). Sum of RGB (Red+Green+Blue) = 15+171+168=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA8 is #F05457. Grayscale: #7B7B7B. Windows color (decimal): -15750232 or 11053839. OLE color: 11053839.

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

Color convert

RGB 15 171 168 -
CMYK 0.91 0 0.02 0.33
HSL 178.85º 0.84% 0.36% -
HSV(B) 178.85º 0.91% 0.67% -
XYZ 21.83 32.05 42.08 -
YUV 124.01 152.82 50.24 -
System Red Green Blue C M Y K H S L
Decimal 15 171 168 0.91 0 0.02 0.33 178.85 0.84 0.36
Hex F AB A8 5B 0 2 21 B3 54 24
Octal 17 253 250 133 0 2 41 263 124 44
Binary 1111 10101011 10101000 1011011 0 10 100001 10110011 1010100 100100

Color Harmonies of #0FABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABA8

Black with #0FABA8

Text Example


Text Example

White with #0FABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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