Html Css Color HEX #7EADAD Neptune

📋 copy color: '#7EADAD'

red 126 ◦ green 173 ◦ blue 173

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

Shades of Neptune #7EADAD

Tints of Neptune #7EADAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 26.69%
G = 36.65%
B = 36.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7EADAD (or 0x7EADAD) is known color: Neptune. HEX triplet: 7E, AD and AD. RGB value is (126,173,173). Sum of RGB (Red+Green+Blue) = 126+173+173=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #7EADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAD is #815252. Grayscale: #9E9E9E. Windows color (decimal): -8475219 or 11382142. OLE color: 11382142.

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

Color convert

RGB 126 173 173 -
CMYK 0.27 0 0 0.32
HSL 180º 0.22% 0.59% -
HSV(B) 180º 0.27% 0.68% -
XYZ 31.09 37.34 45.1 -
YUV 158.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 126 173 173 0.27 0 0 0.32 180 0.22 0.59
Hex 7E AD AD 1B 0 0 20 B4 16 3B
Octal 176 255 255 33 0 0 40 264 26 73
Binary 1111110 10101101 10101101 11011 0 0 100000 10110100 10110 111011

Color Harmonies of #7EADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADAD

Black with #7EADAD

Text Example


Text Example

White with #7EADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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