Html Css Color HEX #70FCDD Aquamarine

📋 copy color: '#70FCDD'

red 112 ◦ green 252 ◦ blue 221

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

Shades of Aquamarine #70FCDD

Tints of Aquamarine #70FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 19.15%
G = 43.08%
B = 37.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#70FCDD (or 0x70FCDD) is known color: Aquamarine. HEX triplet: 70, FC and DD. RGB value is (112,252,221). Sum of RGB (Red+Green+Blue) = 112+252+221=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCDD is #8F0322. Grayscale: #CECECE. Windows color (decimal): -9372451 or 14548080. OLE color: 14548080.

HSL color Cylindrical-coordinate representation of color #70FCDD: hue angle of 166.71º 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 #70FCDD is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 221 -
CMYK 0.56 0 0.12 0.01
HSL 166.71º 0.96% 0.71% -
HSV(B) 166.71º 0.56% 0.99% -
XYZ 54.54 78.29 80.64 -
YUV 206.61 136.12 60.52 -
System Red Green Blue C M Y K H S L
Decimal 112 252 221 0.56 0 0.12 0.01 166.71 0.96 0.71
Hex 70 FC DD 38 0 C 1 A7 60 47
Octal 160 374 335 70 0 14 1 247 140 107
Binary 1110000 11111100 11011101 111000 0 1100 1 10100111 1100000 1000111

Color Harmonies of #70FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCDD

Black with #70FCDD

Text Example


Text Example

White with #70FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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