Html Css Color HEX #70FFCF Aquamarine

📋 copy color: '#70FFCF'

red 112 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #70FFCF

Tints of Aquamarine #70FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 44.43%

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 19.51%
G = 44.43%
B = 36.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#70FFCF (or 0x70FFCF) is known color: Aquamarine. HEX triplet: 70, FF and CF. RGB value is (112,255,207). Sum of RGB (Red+Green+Blue) = 112+255+207=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCF is #8F0030. Grayscale: #CECECE. Windows color (decimal): -9371697 or 13631344. OLE color: 13631344.

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

Color convert

RGB 112 255 207 -
CMYK 0.56 0 0.19 0
HSL 159.86º 1% 0.72% -
HSV(B) 159.86º 0.56% 1% -
XYZ 53.7 79.47 71.54 -
YUV 206.77 128.12 60.4 -
System Red Green Blue C M Y K H S L
Decimal 112 255 207 0.56 0 0.19 0 159.86 1 0.72
Hex 70 FF CF 38 0 13 0 A0 64 48
Octal 160 377 317 70 0 23 0 240 144 110
Binary 1110000 11111111 11001111 111000 0 10011 0 10100000 1100100 1001000

Color Harmonies of #70FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFCF

Black with #70FFCF

Text Example


Text Example

White with #70FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,255,207); }

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

background-color css

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

 a { background-color: rgb(112,255,207); }

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

border-color css

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

 span { border-color: rgb(112,255,207); }

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