Html Css Color HEX #7DAEAB Neptune

📋 copy color: '#7DAEAB'

red 125 ◦ green 174 ◦ blue 171

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

Shades of Neptune #7DAEAB

Tints of Neptune #7DAEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

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

R = 26.6%
G = 37.02%
B = 36.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7DAEAB (or 0x7DAEAB) is known color: Neptune. HEX triplet: 7D, AE and AB. RGB value is (125,174,171). Sum of RGB (Red+Green+Blue) = 125+174+171=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEAB is #825154. Grayscale: #9E9E9E. Windows color (decimal): -8540501 or 11251325. OLE color: 11251325.

HSL color Cylindrical-coordinate representation of color #7DAEAB: hue angle of 176.33º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAEAB is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 171 -
CMYK 0.28 0 0.02 0.32
HSL 176.33º 0.23% 0.59% -
HSV(B) 176.33º 0.28% 0.68% -
XYZ 30.94 37.57 44.15 -
YUV 159.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 125 174 171 0.28 0 0.02 0.32 176.33 0.23 0.59
Hex 7D AE AB 1C 0 2 20 B0 17 3B
Octal 175 256 253 34 0 2 40 260 27 73
Binary 1111101 10101110 10101011 11100 0 10 100000 10110000 10111 111011

Color Harmonies of #7DAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEAB

Black with #7DAEAB

Text Example


Text Example

White with #7DAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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