Html Css Color HEX #70FCCC Aquamarine

📋 copy color: '#70FCCC'

red 112 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #70FCCC

Tints of Aquamarine #70FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.37%

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

R = 19.72%
G = 44.37%
B = 35.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#70FCCC (or 0x70FCCC) is known color: Aquamarine. HEX triplet: 70, FC and CC. RGB value is (112,252,204). Sum of RGB (Red+Green+Blue) = 112+252+204=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCCC is #8F0333. Grayscale: #CCCCCC. Windows color (decimal): -9372468 or 13433968. OLE color: 13433968.

HSL color Cylindrical-coordinate representation of color #70FCCC: hue angle of 159.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCCC is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 204 -
CMYK 0.56 0 0.19 0.01
HSL 159.43º 0.96% 0.71% -
HSV(B) 159.43º 0.56% 0.99% -
XYZ 52.39 77.43 69.31 -
YUV 204.67 127.62 61.9 -
System Red Green Blue C M Y K H S L
Decimal 112 252 204 0.56 0 0.19 0.01 159.43 0.96 0.71
Hex 70 FC CC 38 0 13 1 9F 60 47
Octal 160 374 314 70 0 23 1 237 140 107
Binary 1110000 11111100 11001100 111000 0 10011 1 10011111 1100000 1000111

Color Harmonies of #70FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCCC

Black with #70FCCC

Text Example


Text Example

White with #70FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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