Html Css Color HEX #70F9C9 Aquamarine

📋 copy color: '#70F9C9'

red 112 ◦ green 249 ◦ blue 201

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

Shades of Aquamarine #70F9C9

Tints of Aquamarine #70F9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.31%

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

R = 19.93%
G = 44.31%
B = 35.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#70F9C9 (or 0x70F9C9) is known color: Aquamarine. HEX triplet: 70, F9 and C9. RGB value is (112,249,201). Sum of RGB (Red+Green+Blue) = 112+249+201=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F9C9 is #8F0636. Grayscale: #CACACA. Windows color (decimal): -9373239 or 13236592. OLE color: 13236592.

HSL color Cylindrical-coordinate representation of color #70F9C9: hue angle of 158.98º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F9C9 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 201 -
CMYK 0.55 0 0.19 0.02
HSL 158.98º 0.92% 0.71% -
HSV(B) 158.98º 0.55% 0.98% -
XYZ 51.1 75.41 67.12 -
YUV 202.57 127.11 63.4 -
System Red Green Blue C M Y K H S L
Decimal 112 249 201 0.55 0 0.19 0.02 158.98 0.92 0.71
Hex 70 F9 C9 37 0 13 2 9F 5C 47
Octal 160 371 311 67 0 23 2 237 134 107
Binary 1110000 11111001 11001001 110111 0 10011 10 10011111 1011100 1000111

Color Harmonies of #70F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9C9

Black with #70F9C9

Text Example


Text Example

White with #70F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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