Html Css Color HEX #70EBCB Aquamarine

📋 copy color: '#70EBCB'

red 112 ◦ green 235 ◦ blue 203

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

Shades of Aquamarine #70EBCB

Tints of Aquamarine #70EBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

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

R = 20.36%
G = 42.73%
B = 36.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#70EBCB (or 0x70EBCB) is known color: Aquamarine. HEX triplet: 70, EB and CB. RGB value is (112,235,203). Sum of RGB (Red+Green+Blue) = 112+235+203=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBCB is #8F1434. Grayscale: #C2C2C2. Windows color (decimal): -9376821 or 13364080. OLE color: 13364080.

HSL color Cylindrical-coordinate representation of color #70EBCB: hue angle of 164.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBCB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 203 -
CMYK 0.52 0 0.14 0.08
HSL 164.39º 0.75% 0.68% -
HSV(B) 164.39º 0.52% 0.92% -
XYZ 47.17 67.17 66.98 -
YUV 194.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 112 235 203 0.52 0 0.14 0.08 164.39 0.75 0.68
Hex 70 EB CB 34 0 E 8 A4 4B 44
Octal 160 353 313 64 0 16 10 244 113 104
Binary 1110000 11101011 11001011 110100 0 1110 1000 10100100 1001011 1000100

Color Harmonies of #70EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBCB

Black with #70EBCB

Text Example


Text Example

White with #70EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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