Html Css Color HEX #7AACAF Neptune

📋 copy color: '#7AACAF'

red 122 ◦ green 172 ◦ blue 175

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

Shades of Neptune #7AACAF

Tints of Neptune #7AACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

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

R = 26.01%
G = 36.67%
B = 37.31%

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

#7AACAF (or 0x7AACAF) is known color: Neptune. HEX triplet: 7A, AC and AF. RGB value is (122,172,175). Sum of RGB (Red+Green+Blue) = 122+172+175=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACAF is #855350. Grayscale: #9D9D9D. Windows color (decimal): -8737617 or 11512954. OLE color: 11512954.

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

Color convert

RGB 122 172 175 -
CMYK 0.30 0.02 0 0.31
HSL 183.4º 0.25% 0.58% -
HSV(B) 183.4º 0.3% 0.69% -
XYZ 30.52 36.74 46.04 -
YUV 157.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 122 172 175 0.30 0.02 0 0.31 183.4 0.25 0.58
Hex 7A AC AF 1E 2 0 1F B7 19 3A
Octal 172 254 257 36 2 0 37 267 31 72
Binary 1111010 10101100 10101111 11110 10 0 11111 10110111 11001 111010

Color Harmonies of #7AACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACAF

Black with #7AACAF

Text Example


Text Example

White with #7AACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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