Html Css Color HEX #7DAB9D Sea Nymph

📋 copy color: '#7DAB9D'

red 125 ◦ green 171 ◦ blue 157

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

Shades of Sea Nymph #7DAB9D

Tints of Sea Nymph #7DAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 27.59%
G = 37.75%
B = 34.66%

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

#7DAB9D (or 0x7DAB9D) is known color: Sea Nymph. HEX triplet: 7D, AB and 9D. RGB value is (125,171,157). Sum of RGB (Red+Green+Blue) = 125+171+157=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAB9D is #825462. Grayscale: #9B9B9B. Windows color (decimal): -8541283 or 10333053. OLE color: 10333053.

HSL color Cylindrical-coordinate representation of color #7DAB9D: hue angle of 161.74º degrees, saturation: 0.21, 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 #7DAB9D is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 157 -
CMYK 0.27 0 0.08 0.33
HSL 161.74º 0.21% 0.58% -
HSV(B) 161.74º 0.27% 0.67% -
XYZ 29.11 35.92 37.3 -
YUV 155.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 125 171 157 0.27 0 0.08 0.33 161.74 0.21 0.58
Hex 7D AB 9D 1B 0 8 21 A2 15 3A
Octal 175 253 235 33 0 10 41 242 25 72
Binary 1111101 10101011 10011101 11011 0 1000 100001 10100010 10101 111010

Color Harmonies of #7DAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB9D

Black with #7DAB9D

Text Example


Text Example

White with #7DAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,157); }

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

background-color css

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

 a { background-color: rgb(125,171,157); }

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

border-color css

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

 span { border-color: rgb(125,171,157); }

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