Html Css Color HEX #70EFCD Aquamarine

📋 copy color: '#70EFCD'

red 112 ◦ green 239 ◦ blue 205

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

Shades of Aquamarine #70EFCD

Tints of Aquamarine #70EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.99%

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 20.14%
G = 42.99%
B = 36.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#70EFCD (or 0x70EFCD) is known color: Aquamarine. HEX triplet: 70, EF and CD. RGB value is (112,239,205). Sum of RGB (Red+Green+Blue) = 112+239+205=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFCD is #8F1032. Grayscale: #C5C5C5. Windows color (decimal): -9375795 or 13496176. OLE color: 13496176.

HSL color Cylindrical-coordinate representation of color #70EFCD: hue angle of 163.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFCD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 205 -
CMYK 0.53 0 0.14 0.06
HSL 163.94º 0.8% 0.69% -
HSV(B) 163.94º 0.53% 0.94% -
XYZ 48.57 69.59 68.63 -
YUV 197.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 112 239 205 0.53 0 0.14 0.06 163.94 0.8 0.69
Hex 70 EF CD 35 0 E 6 A4 50 45
Octal 160 357 315 65 0 16 6 244 120 105
Binary 1110000 11101111 11001101 110101 0 1110 110 10100100 1010000 1000101

Color Harmonies of #70EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFCD

Black with #70EFCD

Text Example


Text Example

White with #70EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,239,205); }

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

background-color css

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

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

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

border-color css

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

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

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