Html Css Color HEX #70F0CC Aquamarine

📋 copy color: '#70F0CC'

red 112 ◦ green 240 ◦ blue 204

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

Shades of Aquamarine #70F0CC

Tints of Aquamarine #70F0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 20.14%
G = 43.17%
B = 36.69%

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

#70F0CC (or 0x70F0CC) is known color: Aquamarine. HEX triplet: 70, F0 and CC. RGB value is (112,240,204). Sum of RGB (Red+Green+Blue) = 112+240+204=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F0CC is #8F0F33. Grayscale: #C5C5C5. Windows color (decimal): -9375540 or 13430896. OLE color: 13430896.

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

Color convert

RGB 112 240 204 -
CMYK 0.53 0 0.15 0.06
HSL 163.13º 0.81% 0.69% -
HSV(B) 163.13º 0.53% 0.94% -
XYZ 48.74 70.12 68.09 -
YUV 197.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 112 240 204 0.53 0 0.15 0.06 163.13 0.81 0.69
Hex 70 F0 CC 35 0 F 6 A3 51 45
Octal 160 360 314 65 0 17 6 243 121 105
Binary 1110000 11110000 11001100 110101 0 1111 110 10100011 1010001 1000101

Color Harmonies of #70F0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F0CC

Black with #70F0CC

Text Example


Text Example

White with #70F0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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