Html Css Color HEX #0FABA4 Light Sea Green

📋 copy color: '#0FABA4'

red 15 ◦ green 171 ◦ blue 164

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

Shades of Light Sea Green #0FABA4

Tints of Light Sea Green #0FABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 4.29%
G = 48.86%
B = 46.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0FABA4 (or 0x0FABA4) is known color: Light Sea Green. HEX triplet: 0F, AB and A4. RGB value is (15,171,164). Sum of RGB (Red+Green+Blue) = 15+171+164=350 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.29% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA4 is #F0545B. Grayscale: #7B7B7B. Windows color (decimal): -15750236 or 10791695. OLE color: 10791695.

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

Color convert

RGB 15 171 164 -
CMYK 0.91 0 0.04 0.33
HSL 177.31º 0.84% 0.36% -
HSV(B) 177.31º 0.91% 0.67% -
XYZ 21.46 31.91 40.15 -
YUV 123.56 150.82 50.57 -
System Red Green Blue C M Y K H S L
Decimal 15 171 164 0.91 0 0.04 0.33 177.31 0.84 0.36
Hex F AB A4 5B 0 4 21 B1 54 24
Octal 17 253 244 133 0 4 41 261 124 44
Binary 1111 10101011 10100100 1011011 0 100 100001 10110001 1010100 100100

Color Harmonies of #0FABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABA4

Black with #0FABA4

Text Example


Text Example

White with #0FABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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