Html Css Color HEX #7DAAAB Neptune

📋 copy color: '#7DAAAB'

red 125 ◦ green 170 ◦ blue 171

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

Shades of Neptune #7DAAAB

Tints of Neptune #7DAAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 26.82%
G = 36.48%
B = 36.7%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7DAAAB (or 0x7DAAAB) is known color: Neptune. HEX triplet: 7D, AA and AB. RGB value is (125,170,171). Sum of RGB (Red+Green+Blue) = 125+170+171=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #7DAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAB is #825554. Grayscale: #9C9C9C. Windows color (decimal): -8541525 or 11250301. OLE color: 11250301.

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

Color convert

RGB 125 170 171 -
CMYK 0.27 0.01 0 0.33
HSL 181.3º 0.21% 0.58% -
HSV(B) 181.3º 0.27% 0.67% -
XYZ 30.18 36.05 43.9 -
YUV 156.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 125 170 171 0.27 0.01 0 0.33 181.3 0.21 0.58
Hex 7D AA AB 1B 1 0 21 B5 15 3A
Octal 175 252 253 33 1 0 41 265 25 72
Binary 1111101 10101010 10101011 11011 1 0 100001 10110101 10101 111010

Color Harmonies of #7DAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAAB

Black with #7DAAAB

Text Example


Text Example

White with #7DAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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