#71CFAF

Color #71CFAF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #71CFAF

Tints of Medium Aquamarine #71CFAF

Color information

#71CFAF (or 0x71CFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 71, CF and AF. RGB value is (113,207,175). Sum of RGB (Red+Green+Blue) = 113+207+175=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CFAF is #8E3050. Grayscale: #AFAFAF. Windows color (decimal): -9318481 or 11521905. OLE color: 11521905.

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

Color convert

RGB113207175-
CMYK0.4500.150.19
HSL159.57º49.47%62.75%-
HSV(B)159.57º45.41%81.18%-
XYZ36.8651.2348.5-
YUV175.25127.8683.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.83%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=22.83%
G=41.82%
B=35.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132071750.4500.150.19159.5749.4762.75
Hex71CFAF2D0F13a0313f
Octal16131725755017232406177
Binary11100011100111110101111101101011111001110100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71CFAF;
 }
 .AnyTagClassName
 {
   color: #71CFAF;
 }
</style>
background-color css

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

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

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

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

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

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