Html Css Color HEX #70ACAC Neptune

📋 copy color: '#70ACAC'

red 112 ◦ green 172 ◦ blue 172

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

Shades of Neptune #70ACAC

Tints of Neptune #70ACAC

RGB

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

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

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

R = 24.56%
G = 37.72%
B = 37.72%

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

#70ACAC (or 0x70ACAC) is known color: Neptune. HEX triplet: 70, AC and AC. RGB value is (112,172,172). Sum of RGB (Red+Green+Blue) = 112+172+172=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #70ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ACAC is #8F5353. Grayscale: #9A9A9A. Windows color (decimal): -9392980 or 11316336. OLE color: 11316336.

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

Color convert

RGB 112 172 172 -
CMYK 0.35 0 0 0.33
HSL 180º 0.27% 0.56% -
HSV(B) 180º 0.35% 0.67% -
XYZ 28.88 35.93 44.44 -
YUV 154.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 112 172 172 0.35 0 0 0.33 180 0.27 0.56
Hex 70 AC AC 23 0 0 21 B4 1B 38
Octal 160 254 254 43 0 0 41 264 33 70
Binary 1110000 10101100 10101100 100011 0 0 100001 10110100 11011 111000

Color Harmonies of #70ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACAC

Black with #70ACAC

Text Example


Text Example

White with #70ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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