#71CFB2

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

Shades of Medium Aquamarine #71CFB2

Tints of Medium Aquamarine #71CFB2

Color information

#71CFB2 (or 0x71CFB2) is unknown color: approx Medium Aquamarine. HEX triplet: 71, CF and B2. RGB value is (113,207,178). Sum of RGB (Red+Green+Blue) = 113+207+178=498 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.69% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CFB2 is #8E304D. Grayscale: #AFAFAF. Windows color (decimal): -9318478 or 11718513. OLE color: 11718513.

HSL color Cylindrical-coordinate representation of color #71CFB2: hue angle of 161.49º 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 #71CFB2 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB113207178-
CMYK0.4500.140.19
HSL161.49º49.47%62.75%-
HSV(B)161.49º45.41%81.18%-
XYZ37.1651.3550.07-
YUV175.59129.3683.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.69%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=22.69%
G=41.57%
B=35.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132071780.4500.140.19161.4949.4762.75
Hex71CFB22D0E13a1313f
Octal16131726255016232416177
Binary11100011100111110110010101101011101001110100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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