#7FAFA2

Color #7FAFA2 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #7FAFA2

Tints of Sea Nymph #7FAFA2

Color information

#7FAFA2 (or 0x7FAFA2) is unknown color: approx Sea Nymph. HEX triplet: 7F, AF and A2. RGB value is (127,175,162). Sum of RGB (Red+Green+Blue) = 127+175+162=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFA2 is #80505D. Grayscale: #9F9F9F. Windows color (decimal): -8409182 or 10661759. OLE color: 10661759.

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

Color convert

RGB127175162-
CMYK0.2700.070.31
HSL163.75º23.08%59.22%-
HSV(B)163.75º27.43%68.63%-
XYZ30.637.7839.86-
YUV159.17129.6105.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.37%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=27.37%
G=37.72%
B=34.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751620.2700.070.31163.7523.0859.22
Hex7FAFA21B071Fa4173b
Octal1772572423307372442773
Binary11111111010111110100010110110111111111010010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FAFA2;
 }
 .AnyTagClassName
 {
   color: #7FAFA2;
 }
</style>
background-color css

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

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

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

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

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

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