Html Css Color HEX #7DACAA Neptune

📋 copy color: '#7DACAA'

red 125 ◦ green 172 ◦ blue 170

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

Shades of Neptune #7DACAA

Tints of Neptune #7DACAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 26.77%
G = 36.83%
B = 36.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#7DACAA (or 0x7DACAA) is known color: Neptune. HEX triplet: 7D, AC and AA. RGB value is (125,172,170). Sum of RGB (Red+Green+Blue) = 125+172+170=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAA is #825355. Grayscale: #9D9D9D. Windows color (decimal): -8541014 or 11185277. OLE color: 11185277.

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

Color convert

RGB 125 172 170 -
CMYK 0.27 0 0.01 0.33
HSL 177.45º 0.22% 0.58% -
HSV(B) 177.45º 0.27% 0.67% -
XYZ 30.47 36.77 43.52 -
YUV 157.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 125 172 170 0.27 0 0.01 0.33 177.45 0.22 0.58
Hex 7D AC AA 1B 0 1 21 B1 16 3A
Octal 175 254 252 33 0 1 41 261 26 72
Binary 1111101 10101100 10101010 11011 0 1 100001 10110001 10110 111010

Color Harmonies of #7DACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACAA

Black with #7DACAA

Text Example


Text Example

White with #7DACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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