Html Css Color HEX #0FACAA Light Sea Green

📋 copy color: '#0FACAA'

red 15 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #0FACAA

Tints of Light Sea Green #0FACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.18%

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 4.2%
G = 48.18%
B = 47.62%

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

#0FACAA (or 0x0FACAA) is known color: Light Sea Green. HEX triplet: 0F, AC and AA. RGB value is (15,172,170). Sum of RGB (Red+Green+Blue) = 15+172+170=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #0FACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FACAA is #F05355. Grayscale: #7C7C7C. Windows color (decimal): -15749974 or 11185167. OLE color: 11185167.

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

Color convert

RGB 15 172 170 -
CMYK 0.91 0 0.01 0.33
HSL 179.24º 0.84% 0.37% -
HSV(B) 179.24º 0.91% 0.67% -
XYZ 22.21 32.51 43.13 -
YUV 124.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 15 172 170 0.91 0 0.01 0.33 179.24 0.84 0.37
Hex F AC AA 5B 0 1 21 B3 54 25
Octal 17 254 252 133 0 1 41 263 124 45
Binary 1111 10101100 10101010 1011011 0 1 100001 10110011 1010100 100101

Color Harmonies of #0FACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACAA

Black with #0FACAA

Text Example


Text Example

White with #0FACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,170); }

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

background-color css

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

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

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

border-color css

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

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

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