Html Css Color HEX #7AAEAF Neptune

📋 copy color: '#7AAEAF'

red 122 ◦ green 174 ◦ blue 175

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

Shades of Neptune #7AAEAF

Tints of Neptune #7AAEAF

RGB

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

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

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

R = 25.9%
G = 36.94%
B = 37.15%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7AAEAF (or 0x7AAEAF) is known color: Neptune. HEX triplet: 7A, AE and AF. RGB value is (122,174,175). Sum of RGB (Red+Green+Blue) = 122+174+175=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEAF is #855150. Grayscale: #9E9E9E. Windows color (decimal): -8737105 or 11513466. OLE color: 11513466.

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

Color convert

RGB 122 174 175 -
CMYK 0.30 0.01 0 0.31
HSL 181.13º 0.25% 0.58% -
HSV(B) 181.13º 0.3% 0.69% -
XYZ 30.9 37.5 46.17 -
YUV 158.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 122 174 175 0.30 0.01 0 0.31 181.13 0.25 0.58
Hex 7A AE AF 1E 1 0 1F B5 19 3A
Octal 172 256 257 36 1 0 37 265 31 72
Binary 1111010 10101110 10101111 11110 1 0 11111 10110101 11001 111010

Color Harmonies of #7AAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEAF

Black with #7AAEAF

Text Example


Text Example

White with #7AAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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