Html Css Color HEX #70CBA4 Medium Aquamarine

📋 copy color: '#70CBA4'

red 112 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #70CBA4

Tints of Medium Aquamarine #70CBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.38%

 BLUE value IS 164 (64.45% from 255) = 34.24%

R = 23.38%
G = 42.38%
B = 34.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#70CBA4 (or 0x70CBA4) is known color: Medium Aquamarine. HEX triplet: 70, CB and A4. RGB value is (112,203,164). Sum of RGB (Red+Green+Blue) = 112+203+164=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBA4 is #8F345B. Grayscale: #ABABAB. Windows color (decimal): -9385052 or 10799984. OLE color: 10799984.

HSL color Cylindrical-coordinate representation of color #70CBA4: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CBA4 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 164 -
CMYK 0.45 0 0.19 0.20
HSL 154.29º 0.47% 0.62% -
HSV(B) 154.29º 0.45% 0.8% -
XYZ 34.74 48.84 42.72 -
YUV 171.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 112 203 164 0.45 0 0.19 0.20 154.29 0.47 0.62
Hex 70 CB A4 2D 0 13 14 9A 2F 3E
Octal 160 313 244 55 0 23 24 232 57 76
Binary 1110000 11001011 10100100 101101 0 10011 10100 10011010 101111 111110

Color Harmonies of #70CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBA4

Black with #70CBA4

Text Example


Text Example

White with #70CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,164); }

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

background-color css

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

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

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

border-color css

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

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

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