Html Css Color HEX #7DAFA0 Sea Nymph

📋 copy color: '#7DAFA0'

red 125 ◦ green 175 ◦ blue 160

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

Shades of Sea Nymph #7DAFA0

Tints of Sea Nymph #7DAFA0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 27.17%
G = 38.04%
B = 34.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#7DAFA0 (or 0x7DAFA0) is known color: Sea Nymph. HEX triplet: 7D, AF and A0. RGB value is (125,175,160). Sum of RGB (Red+Green+Blue) = 125+175+160=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAFA0 is #82505F. Grayscale: #9E9E9E. Windows color (decimal): -8540256 or 10530685. OLE color: 10530685.

HSL color Cylindrical-coordinate representation of color #7DAFA0: hue angle of 162º 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 #7DAFA0 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 160 -
CMYK 0.29 0 0.09 0.31
HSL 162º 0.24% 0.59% -
HSV(B) 162º 0.29% 0.69% -
XYZ 30.13 37.56 38.92 -
YUV 158.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 125 175 160 0.29 0 0.09 0.31 162 0.24 0.59
Hex 7D AF A0 1D 0 9 1F A2 18 3B
Octal 175 257 240 35 0 11 37 242 30 73
Binary 1111101 10101111 10100000 11101 0 1001 11111 10100010 11000 111011

Color Harmonies of #7DAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAFA0

Black with #7DAFA0

Text Example


Text Example

White with #7DAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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