Html Css Color HEX #7DAEA0 Sea Nymph

📋 copy color: '#7DAEA0'

red 125 ◦ green 174 ◦ blue 160

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

Shades of Sea Nymph #7DAEA0

Tints of Sea Nymph #7DAEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 27.23%
G = 37.91%
B = 34.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#7DAEA0 (or 0x7DAEA0) is known color: Sea Nymph. HEX triplet: 7D, AE and A0. RGB value is (125,174,160). Sum of RGB (Red+Green+Blue) = 125+174+160=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEA0 is #82515F. Grayscale: #9D9D9D. Windows color (decimal): -8540512 or 10530429. OLE color: 10530429.

HSL color Cylindrical-coordinate representation of color #7DAEA0: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAEA0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 160 -
CMYK 0.28 0 0.08 0.32
HSL 162.86º 0.23% 0.59% -
HSV(B) 162.86º 0.28% 0.68% -
XYZ 29.94 37.17 38.85 -
YUV 157.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 125 174 160 0.28 0 0.08 0.32 162.86 0.23 0.59
Hex 7D AE A0 1C 0 8 20 A3 17 3B
Octal 175 256 240 34 0 10 40 243 27 73
Binary 1111101 10101110 10100000 11100 0 1000 100000 10100011 10111 111011

Color Harmonies of #7DAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEA0

Black with #7DAEA0

Text Example


Text Example

White with #7DAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,160); }

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

background-color css

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

 a { background-color: rgb(125,174,160); }

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

border-color css

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

 span { border-color: rgb(125,174,160); }

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