Html Css Color HEX #70EDCD Aquamarine

📋 copy color: '#70EDCD'

red 112 ◦ green 237 ◦ blue 205

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

Shades of Aquamarine #70EDCD

Tints of Aquamarine #70EDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

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

R = 20.22%
G = 42.78%
B = 37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#70EDCD (or 0x70EDCD) is known color: Aquamarine. HEX triplet: 70, ED and CD. RGB value is (112,237,205). Sum of RGB (Red+Green+Blue) = 112+237+205=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDCD is #8F1232. Grayscale: #C3C3C3. Windows color (decimal): -9376307 or 13495664. OLE color: 13495664.

HSL color Cylindrical-coordinate representation of color #70EDCD: hue angle of 164.64º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDCD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 205 -
CMYK 0.53 0 0.14 0.07
HSL 164.64º 0.78% 0.68% -
HSV(B) 164.64º 0.53% 0.93% -
XYZ 47.99 68.42 68.44 -
YUV 195.98 133.09 68.1 -
System Red Green Blue C M Y K H S L
Decimal 112 237 205 0.53 0 0.14 0.07 164.64 0.78 0.68
Hex 70 ED CD 35 0 E 7 A5 4E 44
Octal 160 355 315 65 0 16 7 245 116 104
Binary 1110000 11101101 11001101 110101 0 1110 111 10100101 1001110 1000100

Color Harmonies of #70EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDCD

Black with #70EDCD

Text Example


Text Example

White with #70EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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