Html Css Color HEX #70AEAE Neptune

📋 copy color: '#70AEAE'

red 112 ◦ green 174 ◦ blue 174

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

Shades of Neptune #70AEAE

Tints of Neptune #70AEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

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

R = 24.35%
G = 37.83%
B = 37.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70AEAE (or 0x70AEAE) is known color: Neptune. HEX triplet: 70, AE and AE. RGB value is (112,174,174). Sum of RGB (Red+Green+Blue) = 112+174+174=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #70AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAE is #8F5151. Grayscale: #9B9B9B. Windows color (decimal): -9392466 or 11447920. OLE color: 11447920.

HSL color Cylindrical-coordinate representation of color #70AEAE: hue angle of 180º 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 #70AEAE is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 174 -
CMYK 0.36 0 0 0.32
HSL 180º 0.28% 0.56% -
HSV(B) 180º 0.36% 0.68% -
XYZ 29.46 36.77 45.59 -
YUV 155.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 112 174 174 0.36 0 0 0.32 180 0.28 0.56
Hex 70 AE AE 24 0 0 20 B4 1C 38
Octal 160 256 256 44 0 0 40 264 34 70
Binary 1110000 10101110 10101110 100100 0 0 100000 10110100 11100 111000

Color Harmonies of #70AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEAE

Black with #70AEAE

Text Example


Text Example

White with #70AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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