Html Css Color HEX #7AADAE Neptune

📋 copy color: '#7AADAE'

red 122 ◦ green 173 ◦ blue 174

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

Shades of Neptune #7AADAE

Tints of Neptune #7AADAE

RGB

 RED value IS 122 (48.05% from 255) = 26.01%

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 26.01%
G = 36.89%
B = 37.1%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7AADAE (or 0x7AADAE) is known color: Neptune. HEX triplet: 7A, AD and AE. RGB value is (122,173,174). Sum of RGB (Red+Green+Blue) = 122+173+174=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #7AADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADAE is #855251. Grayscale: #9D9D9D. Windows color (decimal): -8737362 or 11447674. OLE color: 11447674.

HSL color Cylindrical-coordinate representation of color #7AADAE: hue angle of 181.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AADAE is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 173 174 -
CMYK 0.30 0.01 0 0.32
HSL 181.15º 0.24% 0.58% -
HSV(B) 181.15º 0.3% 0.68% -
XYZ 30.61 37.08 45.59 -
YUV 157.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 122 173 174 0.30 0.01 0 0.32 181.15 0.24 0.58
Hex 7A AD AE 1E 1 0 20 B5 18 3A
Octal 172 255 256 36 1 0 40 265 30 72
Binary 1111010 10101101 10101110 11110 1 0 100000 10110101 11000 111010

Color Harmonies of #7AADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADAE

Black with #7AADAE

Text Example


Text Example

White with #7AADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,174); }

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

background-color css

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

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

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

border-color css

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

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

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