Html Css Color HEX #70ABAB Neptune

📋 copy color: '#70ABAB'

red 112 ◦ green 171 ◦ blue 171

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

Shades of Neptune #70ABAB

Tints of Neptune #70ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 24.67%
G = 37.67%
B = 37.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#70ABAB (or 0x70ABAB) is known color: Neptune. HEX triplet: 70, AB and AB. RGB value is (112,171,171). Sum of RGB (Red+Green+Blue) = 112+171+171=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #70ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABAB is #8F5454. Grayscale: #999999. Windows color (decimal): -9393237 or 11250544. OLE color: 11250544.

HSL color Cylindrical-coordinate representation of color #70ABAB: hue angle of 180º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ABAB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 171 -
CMYK 0.35 0 0 0.33
HSL 180º 0.26% 0.55% -
HSV(B) 180º 0.35% 0.67% -
XYZ 28.6 35.51 43.88 -
YUV 153.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 112 171 171 0.35 0 0 0.33 180 0.26 0.55
Hex 70 AB AB 23 0 0 21 B4 1A 37
Octal 160 253 253 43 0 0 41 264 32 67
Binary 1110000 10101011 10101011 100011 0 0 100001 10110100 11010 110111

Color Harmonies of #70ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABAB

Black with #70ABAB

Text Example


Text Example

White with #70ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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