Html Css Color HEX #7AABAE Neptune

📋 copy color: '#7AABAE'

red 122 ◦ green 171 ◦ blue 174

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

Shades of Neptune #7AABAE

Tints of Neptune #7AABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

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

R = 26.12%
G = 36.62%
B = 37.26%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7AABAE (or 0x7AABAE) is known color: Neptune. HEX triplet: 7A, AB and AE. RGB value is (122,171,174). Sum of RGB (Red+Green+Blue) = 122+171+174=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #7AABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABAE is #855451. Grayscale: #9C9C9C. Windows color (decimal): -8737874 or 11447162. OLE color: 11447162.

HSL color Cylindrical-coordinate representation of color #7AABAE: hue angle of 183.46º 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 #7AABAE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 171 174 -
CMYK 0.30 0.02 0 0.32
HSL 183.46º 0.24% 0.58% -
HSV(B) 183.46º 0.3% 0.68% -
XYZ 30.23 36.32 45.46 -
YUV 156.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 122 171 174 0.30 0.02 0 0.32 183.46 0.24 0.58
Hex 7A AB AE 1E 2 0 20 B7 18 3A
Octal 172 253 256 36 2 0 40 267 30 72
Binary 1111010 10101011 10101110 11110 10 0 100000 10110111 11000 111010

Color Harmonies of #7AABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABAE

Black with #7AABAE

Text Example


Text Example

White with #7AABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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