Html Css Color HEX #70CFAF Medium Aquamarine

📋 copy color: '#70CFAF'

red 112 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #70CFAF

Tints of Medium Aquamarine #70CFAF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 22.67%
G = 41.9%
B = 35.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#70CFAF (or 0x70CFAF) is known color: Medium Aquamarine. HEX triplet: 70, CF and AF. RGB value is (112,207,175). Sum of RGB (Red+Green+Blue) = 112+207+175=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFAF is #8F3050. Grayscale: #AEAEAE. Windows color (decimal): -9384017 or 11521904. OLE color: 11521904.

HSL color Cylindrical-coordinate representation of color #70CFAF: hue angle of 159.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFAF is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 175 -
CMYK 0.46 0 0.15 0.19
HSL 159.79º 0.5% 0.63% -
HSV(B) 159.79º 0.46% 0.81% -
XYZ 36.73 51.17 48.5 -
YUV 174.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 112 207 175 0.46 0 0.15 0.19 159.79 0.5 0.63
Hex 70 CF AF 2E 0 F 13 A0 32 3F
Octal 160 317 257 56 0 17 23 240 62 77
Binary 1110000 11001111 10101111 101110 0 1111 10011 10100000 110010 111111

Color Harmonies of #70CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFAF

Black with #70CFAF

Text Example


Text Example

White with #70CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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