Html Css Color HEX #70EDCB Aquamarine

📋 copy color: '#70EDCB'

red 112 ◦ green 237 ◦ blue 203

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

Shades of Aquamarine #70EDCB

Tints of Aquamarine #70EDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 20.29%
G = 42.93%
B = 36.78%

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

#70EDCB (or 0x70EDCB) is known color: Aquamarine. HEX triplet: 70, ED and CB. RGB value is (112,237,203). Sum of RGB (Red+Green+Blue) = 112+237+203=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDCB is #8F1234. Grayscale: #C3C3C3. Windows color (decimal): -9376309 or 13364592. OLE color: 13364592.

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

Color convert

RGB 112 237 203 -
CMYK 0.53 0 0.14 0.07
HSL 163.68º 0.78% 0.68% -
HSV(B) 163.68º 0.53% 0.93% -
XYZ 47.75 68.32 67.17 -
YUV 195.75 132.09 68.26 -
System Red Green Blue C M Y K H S L
Decimal 112 237 203 0.53 0 0.14 0.07 163.68 0.78 0.68
Hex 70 ED CB 35 0 E 7 A4 4E 44
Octal 160 355 313 65 0 16 7 244 116 104
Binary 1110000 11101101 11001011 110101 0 1110 111 10100100 1001110 1000100

Color Harmonies of #70EDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDCB

Black with #70EDCB

Text Example


Text Example

White with #70EDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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