#7FAFA3

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

Shades of Sea Nymph #7FAFA3

Tints of Sea Nymph #7FAFA3

Color information

#7FAFA3 (or 0x7FAFA3) is unknown color: approx Sea Nymph. HEX triplet: 7F, AF and A3. RGB value is (127,175,163). Sum of RGB (Red+Green+Blue) = 127+175+163=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFA3 is #80505C. Grayscale: #9F9F9F. Windows color (decimal): -8409181 or 10727295. OLE color: 10727295.

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

Color convert

RGB127175163-
CMYK0.2700.070.31
HSL165º23.08%59.22%-
HSV(B)165º27.43%68.63%-
XYZ30.6937.8240.33-
YUV159.28130.1104.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=27.31%
G=37.63%
B=35.05%

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
Decimal1271751630.2700.070.3116523.0859.22
Hex7FAFA31B071Fa5173b
Octal1772572433307372452773
Binary11111111010111110100011110110111111111010010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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