#7DAFA1

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

Shades of Sea Nymph #7DAFA1

Tints of Sea Nymph #7DAFA1

Color information

#7DAFA1 (or 0x7DAFA1) is unknown color: approx Sea Nymph. HEX triplet: 7D, AF and A1. RGB value is (125,175,161). Sum of RGB (Red+Green+Blue) = 125+175+161=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAFA1 is #82505E. Grayscale: #9E9E9E. Windows color (decimal): -8540255 or 10596221. OLE color: 10596221.

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

Color convert

RGB125175161-
CMYK0.2900.080.31
HSL163.2º23.81%58.82%-
HSV(B)163.2º28.57%68.63%-
XYZ30.2237.5939.38-
YUV158.45129.44104.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=27.11%
G=37.96%
B=34.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751610.2900.080.31163.223.8158.82
Hex7DAFA11D081Fa3183b
Octal17525724135010372433073
Binary111110110101111101000011110101000111111010001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,161); }

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

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

 a { background-color: rgb(125,175,161); }

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

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

 span { border-color: rgb(125,175,161); }

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