Html Css Color HEX #70DFB2 Medium Aquamarine

📋 copy color: '#70DFB2'

red 112 ◦ green 223 ◦ blue 178

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

Shades of Medium Aquamarine #70DFB2

Tints of Medium Aquamarine #70DFB2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 21.83%
G = 43.47%
B = 34.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#70DFB2 (or 0x70DFB2) is known color: Medium Aquamarine. HEX triplet: 70, DF and B2. RGB value is (112,223,178). Sum of RGB (Red+Green+Blue) = 112+223+178=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFB2 is #8F204D. Grayscale: #B8B8B8. Windows color (decimal): -9379918 or 11722608. OLE color: 11722608.

HSL color Cylindrical-coordinate representation of color #70DFB2: hue angle of 155.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFB2 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 178 -
CMYK 0.50 0 0.20 0.13
HSL 155.68º 0.63% 0.66% -
HSV(B) 155.68º 0.5% 0.87% -
XYZ 41.11 59.43 51.42 -
YUV 184.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 112 223 178 0.50 0 0.20 0.13 155.68 0.63 0.66
Hex 70 DF B2 32 0 14 D 9C 3F 42
Octal 160 337 262 62 0 24 15 234 77 102
Binary 1110000 11011111 10110010 110010 0 10100 1101 10011100 111111 1000010

Color Harmonies of #70DFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFB2

Black with #70DFB2

Text Example


Text Example

White with #70DFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,178); }

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

background-color css

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

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

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

border-color css

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

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

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