Html Css Color HEX #7AADAC Neptune

📋 copy color: '#7AADAC'

red 122 ◦ green 173 ◦ blue 172

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

Shades of Neptune #7AADAC

Tints of Neptune #7AADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 26.12%
G = 37.04%
B = 36.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7AADAC (or 0x7AADAC) is known color: Neptune. HEX triplet: 7A, AD and AC. RGB value is (122,173,172). Sum of RGB (Red+Green+Blue) = 122+173+172=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #7AADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADAC is #855253. Grayscale: #9D9D9D. Windows color (decimal): -8737364 or 11316602. OLE color: 11316602.

HSL color Cylindrical-coordinate representation of color #7AADAC: hue angle of 178.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AADAC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 173 172 -
CMYK 0.29 0 0.01 0.32
HSL 178.82º 0.24% 0.58% -
HSV(B) 178.82º 0.29% 0.68% -
XYZ 30.42 37 44.57 -
YUV 157.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 122 173 172 0.29 0 0.01 0.32 178.82 0.24 0.58
Hex 7A AD AC 1D 0 1 20 B3 18 3A
Octal 172 255 254 35 0 1 40 263 30 72
Binary 1111010 10101101 10101100 11101 0 1 100000 10110011 11000 111010

Color Harmonies of #7AADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADAC

Black with #7AADAC

Text Example


Text Example

White with #7AADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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