#7FAF9E

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

Shades of Sea Nymph #7FAF9E

Tints of Sea Nymph #7FAF9E

Color information

#7FAF9E (or 0x7FAF9E) is unknown color: approx Sea Nymph. HEX triplet: 7F, AF and 9E. RGB value is (127,175,158). Sum of RGB (Red+Green+Blue) = 127+175+158=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF9E is #805061. Grayscale: #9E9E9E. Windows color (decimal): -8409186 or 10399615. OLE color: 10399615.

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

Color convert

RGB127175158-
CMYK0.2700.100.31
HSL158.75º23.08%59.22%-
HSV(B)158.75º27.43%68.63%-
XYZ30.2537.6438.02-
YUV158.71127.6105.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=27.61%
G=38.04%
B=34.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751580.2700.100.31158.7523.0859.22
Hex7FAF9E1B0A1F9f173b
Octal17725723633012372372773
Binary111111110101111100111101101101010111111001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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