Html Css Color HEX #7DA5A4 Neptune

📋 copy color: '#7DA5A4'

red 125 ◦ green 165 ◦ blue 164

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

Shades of Neptune #7DA5A4

Tints of Neptune #7DA5A4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 27.53%
G = 36.34%
B = 36.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#7DA5A4 (or 0x7DA5A4) is known color: Neptune. HEX triplet: 7D, A5 and A4. RGB value is (125,165,164). Sum of RGB (Red+Green+Blue) = 125+165+164=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA5A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA5A4 is #825A5B. Grayscale: #989898. Windows color (decimal): -8542812 or 10790269. OLE color: 10790269.

HSL color Cylindrical-coordinate representation of color #7DA5A4: hue angle of 178.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA5A4 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 164 -
CMYK 0.24 0 0.01 0.35
HSL 178.5º 0.18% 0.57% -
HSV(B) 178.5º 0.24% 0.65% -
XYZ 28.61 33.95 40.17 -
YUV 152.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 125 165 164 0.24 0 0.01 0.35 178.5 0.18 0.57
Hex 7D A5 A4 18 0 1 23 B2 12 39
Octal 175 245 244 30 0 1 43 262 22 71
Binary 1111101 10100101 10100100 11000 0 1 100011 10110010 10010 111001

Color Harmonies of #7DA5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA5A4

Black with #7DA5A4

Text Example


Text Example

White with #7DA5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,164); }

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

background-color css

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

 a { background-color: rgb(125,165,164); }

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

border-color css

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

 span { border-color: rgb(125,165,164); }

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