Html Css Color HEX #7DAC9F Sea Nymph

📋 copy color: '#7DAC9F'

red 125 ◦ green 172 ◦ blue 159

#7DAC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #7DAC9F

Tints of Sea Nymph #7DAC9F

RGB

 RED value IS 125 (49.22% from 255) = 27.41%

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 27.41%
G = 37.72%
B = 34.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#7DAC9F (or 0x7DAC9F) is known color: Sea Nymph. HEX triplet: 7D, AC and 9F. RGB value is (125,172,159). Sum of RGB (Red+Green+Blue) = 125+172+159=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC9F is #825360. Grayscale: #9C9C9C. Windows color (decimal): -8541025 or 10464381. OLE color: 10464381.

HSL color Cylindrical-coordinate representation of color #7DAC9F: hue angle of 163.4º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC9F is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 159 -
CMYK 0.27 0 0.08 0.33
HSL 163.4º 0.22% 0.58% -
HSV(B) 163.4º 0.27% 0.67% -
XYZ 29.47 36.37 38.27 -
YUV 156.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 125 172 159 0.27 0 0.08 0.33 163.4 0.22 0.58
Hex 7D AC 9F 1B 0 8 21 A3 16 3A
Octal 175 254 237 33 0 10 41 243 26 72
Binary 1111101 10101100 10011111 11011 0 1000 100001 10100011 10110 111010

Color Harmonies of #7DAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC9F

Black with #7DAC9F

Text Example


Text Example

White with #7DAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,159); }

 H1.HeaderClassName
 {
   color: #7DAC9F;
 }
 .AnyTagClassName
 {
   color: #7DAC9F;
 }
</style>

background-color css

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

 a { background-color: rgb(125,172,159); }

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

border-color css

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

 span { border-color: rgb(125,172,159); }

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