Html Css Color HEX #0FAFA2 Light Sea Green

📋 copy color: '#0FAFA2'

red 15 ◦ green 175 ◦ blue 162

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

Shades of Light Sea Green #0FAFA2

Tints of Light Sea Green #0FAFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.72%

 BLUE value IS 162 (63.67% from 255) = 46.02%

R = 4.26%
G = 49.72%
B = 46.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#0FAFA2 (or 0x0FAFA2) is known color: Light Sea Green. HEX triplet: 0F, AF and A2. RGB value is (15,175,162). Sum of RGB (Red+Green+Blue) = 15+175+162=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAFA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAFA2 is #F0505D. Grayscale: #7D7D7D. Windows color (decimal): -15749214 or 10661647. OLE color: 10661647.

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

Color convert

RGB 15 175 162 -
CMYK 0.91 0 0.07 0.31
HSL 175.13º 0.84% 0.37% -
HSV(B) 175.13º 0.91% 0.69% -
XYZ 22.05 33.37 39.46 -
YUV 125.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 15 175 162 0.91 0 0.07 0.31 175.13 0.84 0.37
Hex F AF A2 5B 0 7 1F AF 54 25
Octal 17 257 242 133 0 7 37 257 124 45
Binary 1111 10101111 10100010 1011011 0 111 11111 10101111 1010100 100101

Color Harmonies of #0FAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAFA2

Black with #0FAFA2

Text Example


Text Example

White with #0FAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,162); }

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

background-color css

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

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

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

border-color css

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

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

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