#7FACA2

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

Shades of Sea Nymph #7FACA2

Tints of Sea Nymph #7FACA2

Color information

#7FACA2 (or 0x7FACA2) is unknown color: approx Sea Nymph. HEX triplet: 7F, AC and A2. RGB value is (127,172,162). Sum of RGB (Red+Green+Blue) = 127+172+162=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA2 is #80535D. Grayscale: #9D9D9D. Windows color (decimal): -8409950 or 10660991. OLE color: 10660991.

HSL color Cylindrical-coordinate representation of color #7FACA2: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACA2 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB127172162-
CMYK0.2600.060.33
HSL166.67º21.33%58.63%-
HSV(B)166.67º26.16%67.45%-
XYZ30.0336.6339.67-
YUV157.4130.59106.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.55%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 162 (63.67% from 255) = 35.14%
R=27.55%
G=37.31%
B=35.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721620.2600.060.33166.6721.3358.63
Hex7FACA21A0621a7153b
Octal1772542423206412472573
Binary111111110101100101000101101001101000011010011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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