Html Css Color HEX #70F0CD Aquamarine

📋 copy color: '#70F0CD'

red 112 ◦ green 240 ◦ blue 205

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

Shades of Aquamarine #70F0CD

Tints of Aquamarine #70F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 20.11%
G = 43.09%
B = 36.8%

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

#70F0CD (or 0x70F0CD) is known color: Aquamarine. HEX triplet: 70, F0 and CD. RGB value is (112,240,205). Sum of RGB (Red+Green+Blue) = 112+240+205=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F0CD is #8F0F32. Grayscale: #C5C5C5. Windows color (decimal): -9375539 or 13496432. OLE color: 13496432.

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

Color convert

RGB 112 240 205 -
CMYK 0.53 0 0.15 0.06
HSL 163.59º 0.81% 0.69% -
HSV(B) 163.59º 0.53% 0.94% -
XYZ 48.86 70.17 68.73 -
YUV 197.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 112 240 205 0.53 0 0.15 0.06 163.59 0.81 0.69
Hex 70 F0 CD 35 0 F 6 A4 51 45
Octal 160 360 315 65 0 17 6 244 121 105
Binary 1110000 11110000 11001101 110101 0 1111 110 10100100 1010001 1000101

Color Harmonies of #70F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F0CD

Black with #70F0CD

Text Example


Text Example

White with #70F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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