Html Css Color HEX #7AACB3 Neptune

📋 copy color: '#7AACB3'

red 122 ◦ green 172 ◦ blue 179

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

Shades of Neptune #7AACB3

Tints of Neptune #7AACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 25.79%
G = 36.36%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7AACB3 (or 0x7AACB3) is known color: Neptune. HEX triplet: 7A, AC and B3. RGB value is (122,172,179). Sum of RGB (Red+Green+Blue) = 122+172+179=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #7AACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACB3 is #85534C. Grayscale: #9D9D9D. Windows color (decimal): -8737613 or 11775098. OLE color: 11775098.

HSL color Cylindrical-coordinate representation of color #7AACB3: hue angle of 187.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AACB3 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 172 179 -
CMYK 0.32 0.04 0 0.30
HSL 187.37º 0.27% 0.59% -
HSV(B) 187.37º 0.32% 0.7% -
XYZ 30.92 36.9 48.14 -
YUV 157.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 122 172 179 0.32 0.04 0 0.30 187.37 0.27 0.59
Hex 7A AC B3 20 4 0 1E BB 1B 3B
Octal 172 254 263 40 4 0 36 273 33 73
Binary 1111010 10101100 10110011 100000 100 0 11110 10111011 11011 111011

Color Harmonies of #7AACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACB3

Black with #7AACB3

Text Example


Text Example

White with #7AACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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