Html Css Color HEX #7DACA0 Sea Nymph

📋 copy color: '#7DACA0'

red 125 ◦ green 172 ◦ blue 160

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

Shades of Sea Nymph #7DACA0

Tints of Sea Nymph #7DACA0

RGB

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

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

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

R = 27.35%
G = 37.64%
B = 35.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#7DACA0 (or 0x7DACA0) is known color: Sea Nymph. HEX triplet: 7D, AC and A0. RGB value is (125,172,160). Sum of RGB (Red+Green+Blue) = 125+172+160=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACA0 is #82535F. Grayscale: #9C9C9C. Windows color (decimal): -8541024 or 10529917. OLE color: 10529917.

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

Color convert

RGB 125 172 160 -
CMYK 0.27 0 0.07 0.33
HSL 164.68º 0.22% 0.58% -
HSV(B) 164.68º 0.27% 0.67% -
XYZ 29.56 36.4 38.73 -
YUV 156.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 125 172 160 0.27 0 0.07 0.33 164.68 0.22 0.58
Hex 7D AC A0 1B 0 7 21 A5 16 3A
Octal 175 254 240 33 0 7 41 245 26 72
Binary 1111101 10101100 10100000 11011 0 111 100001 10100101 10110 111010

Color Harmonies of #7DACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACA0

Black with #7DACA0

Text Example


Text Example

White with #7DACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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