Html Css Color HEX #70EBC9 Aquamarine

📋 copy color: '#70EBC9'

red 112 ◦ green 235 ◦ blue 201

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

Shades of Aquamarine #70EBC9

Tints of Aquamarine #70EBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 20.44%
G = 42.88%
B = 36.68%

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

#70EBC9 (or 0x70EBC9) is known color: Aquamarine. HEX triplet: 70, EB and C9. RGB value is (112,235,201). Sum of RGB (Red+Green+Blue) = 112+235+201=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBC9 is #8F1436. Grayscale: #C2C2C2. Windows color (decimal): -9376823 or 13233008. OLE color: 13233008.

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

Color convert

RGB 112 235 201 -
CMYK 0.52 0 0.14 0.08
HSL 163.41º 0.75% 0.68% -
HSV(B) 163.41º 0.52% 0.92% -
XYZ 46.93 67.08 65.73 -
YUV 194.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 112 235 201 0.52 0 0.14 0.08 163.41 0.75 0.68
Hex 70 EB C9 34 0 E 8 A3 4B 44
Octal 160 353 311 64 0 16 10 243 113 104
Binary 1110000 11101011 11001001 110100 0 1110 1000 10100011 1001011 1000100

Color Harmonies of #70EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBC9

Black with #70EBC9

Text Example


Text Example

White with #70EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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