Html Css Color HEX #70EFCC Aquamarine

📋 copy color: '#70EFCC'

red 112 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #70EFCC

Tints of Aquamarine #70EFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 20.18%
G = 43.06%
B = 36.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#70EFCC (or 0x70EFCC) is known color: Aquamarine. HEX triplet: 70, EF and CC. RGB value is (112,239,204). Sum of RGB (Red+Green+Blue) = 112+239+204=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFCC is #8F1033. Grayscale: #C5C5C5. Windows color (decimal): -9375796 or 13430640. OLE color: 13430640.

HSL color Cylindrical-coordinate representation of color #70EFCC: hue angle of 163.46º 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 #70EFCC is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 204 -
CMYK 0.53 0 0.15 0.06
HSL 163.46º 0.8% 0.69% -
HSV(B) 163.46º 0.53% 0.94% -
XYZ 48.45 69.54 68 -
YUV 197.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 112 239 204 0.53 0 0.15 0.06 163.46 0.8 0.69
Hex 70 EF CC 35 0 F 6 A3 50 45
Octal 160 357 314 65 0 17 6 243 120 105
Binary 1110000 11101111 11001100 110101 0 1111 110 10100011 1010000 1000101

Color Harmonies of #70EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFCC

Black with #70EFCC

Text Example


Text Example

White with #70EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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