Html Css Color HEX #7DAAA8 Neptune

📋 copy color: '#7DAAA8'

red 125 ◦ green 170 ◦ blue 168

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

Shades of Neptune #7DAAA8

Tints of Neptune #7DAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 27%
G = 36.72%
B = 36.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#7DAAA8 (or 0x7DAAA8) is known color: Neptune. HEX triplet: 7D, AA and A8. RGB value is (125,170,168). Sum of RGB (Red+Green+Blue) = 125+170+168=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAA8 is #825557. Grayscale: #9C9C9C. Windows color (decimal): -8541528 or 11053693. OLE color: 11053693.

HSL color Cylindrical-coordinate representation of color #7DAAA8: hue angle of 177.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DAAA8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 170 168 -
CMYK 0.26 0 0.01 0.33
HSL 177.33º 0.21% 0.58% -
HSV(B) 177.33º 0.26% 0.67% -
XYZ 29.9 35.94 42.41 -
YUV 156.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 125 170 168 0.26 0 0.01 0.33 177.33 0.21 0.58
Hex 7D AA A8 1A 0 1 21 B1 15 3A
Octal 175 252 250 32 0 1 41 261 25 72
Binary 1111101 10101010 10101000 11010 0 1 100001 10110001 10101 111010

Color Harmonies of #7DAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAA8

Black with #7DAAA8

Text Example


Text Example

White with #7DAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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