Html Css Color HEX #0FAFA6 Light Sea Green

📋 copy color: '#0FAFA6'

red 15 ◦ green 175 ◦ blue 166

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

Shades of Light Sea Green #0FAFA6

Tints of Light Sea Green #0FAFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 4.21%
G = 49.16%
B = 46.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#0FAFA6 (or 0x0FAFA6) is known color: Light Sea Green. HEX triplet: 0F, AF and A6. RGB value is (15,175,166). Sum of RGB (Red+Green+Blue) = 15+175+166=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAFA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAFA6 is #F05059. Grayscale: #7E7E7E. Windows color (decimal): -15749210 or 10923791. OLE color: 10923791.

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

Color convert

RGB 15 175 166 -
CMYK 0.91 0 0.05 0.31
HSL 176.63º 0.84% 0.37% -
HSV(B) 176.63º 0.91% 0.69% -
XYZ 22.41 33.51 41.36 -
YUV 126.13 150.49 48.73 -
System Red Green Blue C M Y K H S L
Decimal 15 175 166 0.91 0 0.05 0.31 176.63 0.84 0.37
Hex F AF A6 5B 0 5 1F B1 54 25
Octal 17 257 246 133 0 5 37 261 124 45
Binary 1111 10101111 10100110 1011011 0 101 11111 10110001 1010100 100101

Color Harmonies of #0FAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAFA6

Black with #0FAFA6

Text Example


Text Example

White with #0FAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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