Html Css Color HEX #7EADAF Neptune

📋 copy color: '#7EADAF'

red 126 ◦ green 173 ◦ blue 175

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

Shades of Neptune #7EADAF

Tints of Neptune #7EADAF

RGB

 RED value IS 126 (49.61% from 255) = 26.58%

 GREEN value IS 173 (67.97% from 255) = 36.5%

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 26.58%
G = 36.5%
B = 36.92%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7EADAF (or 0x7EADAF) is known color: Neptune. HEX triplet: 7E, AD and AF. RGB value is (126,173,175). Sum of RGB (Red+Green+Blue) = 126+173+175=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAF is #815250. Grayscale: #9F9F9F. Windows color (decimal): -8475217 or 11513214. OLE color: 11513214.

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

Color convert

RGB 126 173 175 -
CMYK 0.28 0.01 0 0.31
HSL 182.45º 0.23% 0.59% -
HSV(B) 182.45º 0.28% 0.69% -
XYZ 31.29 37.42 46.13 -
YUV 159.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 126 173 175 0.28 0.01 0 0.31 182.45 0.23 0.59
Hex 7E AD AF 1C 1 0 1F B6 17 3B
Octal 176 255 257 34 1 0 37 266 27 73
Binary 1111110 10101101 10101111 11100 1 0 11111 10110110 10111 111011

Color Harmonies of #7EADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADAF

Black with #7EADAF

Text Example


Text Example

White with #7EADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,175); }

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

background-color css

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

 a { background-color: rgb(126,173,175); }

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

border-color css

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

 span { border-color: rgb(126,173,175); }

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