Html Css Color HEX #7AABAF Neptune

📋 copy color: '#7AABAF'

red 122 ◦ green 171 ◦ blue 175

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

Shades of Neptune #7AABAF

Tints of Neptune #7AABAF

RGB

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

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

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

R = 26.07%
G = 36.54%
B = 37.39%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7AABAF (or 0x7AABAF) is known color: Neptune. HEX triplet: 7A, AB and AF. RGB value is (122,171,175). Sum of RGB (Red+Green+Blue) = 122+171+175=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABAF is #855450. Grayscale: #9C9C9C. Windows color (decimal): -8737873 or 11512698. OLE color: 11512698.

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

Color convert

RGB 122 171 175 -
CMYK 0.30 0.02 0 0.31
HSL 184.53º 0.25% 0.58% -
HSV(B) 184.53º 0.3% 0.69% -
XYZ 30.33 36.36 45.98 -
YUV 156.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 122 171 175 0.30 0.02 0 0.31 184.53 0.25 0.58
Hex 7A AB AF 1E 2 0 1F B9 19 3A
Octal 172 253 257 36 2 0 37 271 31 72
Binary 1111010 10101011 10101111 11110 10 0 11111 10111001 11001 111010

Color Harmonies of #7AABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABAF

Black with #7AABAF

Text Example


Text Example

White with #7AABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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