Html Css Color HEX #70AAAE Neptune

📋 copy color: '#70AAAE'

red 112 ◦ green 170 ◦ blue 174

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

Shades of Neptune #70AAAE

Tints of Neptune #70AAAE

RGB

 RED value IS 112 (44.14% from 255) = 24.56%

 GREEN value IS 170 (66.8% from 255) = 37.28%

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

R = 24.56%
G = 37.28%
B = 38.16%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70AAAE (or 0x70AAAE) is known color: Neptune. HEX triplet: 70, AA and AE. RGB value is (112,170,174). Sum of RGB (Red+Green+Blue) = 112+170+174=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #70AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAAE is #8F5551. Grayscale: #999999. Windows color (decimal): -9393490 or 11446896. OLE color: 11446896.

HSL color Cylindrical-coordinate representation of color #70AAAE: hue angle of 183.87º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AAAE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 170 174 -
CMYK 0.36 0.02 0 0.32
HSL 183.87º 0.28% 0.56% -
HSV(B) 183.87º 0.36% 0.68% -
XYZ 28.7 35.25 45.34 -
YUV 153.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 112 170 174 0.36 0.02 0 0.32 183.87 0.28 0.56
Hex 70 AA AE 24 2 0 20 B8 1C 38
Octal 160 252 256 44 2 0 40 270 34 70
Binary 1110000 10101010 10101110 100100 10 0 100000 10111000 11100 111000

Color Harmonies of #70AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAAE

Black with #70AAAE

Text Example


Text Example

White with #70AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70AAAE; }

 p { color: rgb(112,170,174); }

 H1.HeaderClassName
 {
   color: #70AAAE;
 }
 .AnyTagClassName
 {
   color: #70AAAE;
 }
</style>

background-color css

<style>
 a { background-color: #70AAAE; }

 a { background-color: rgb(112,170,174); }

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

border-color css

<style>
 span { border-color: #70AAAE; }

 span { border-color: rgb(112,170,174); }

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