#71B99F

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

Shades of Keppel #71B99F

Tints of Keppel #71B99F

Color information

#71B99F (or 0x71B99F) is unknown color: approx Keppel. HEX triplet: 71, B9 and 9F. RGB value is (113,185,159). Sum of RGB (Red+Green+Blue) = 113+185+159=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #71B99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B99F is #8E4660. Grayscale: #A0A0A0. Windows color (decimal): -9324129 or 10467697. OLE color: 10467697.

HSL color Cylindrical-coordinate representation of color #71B99F: hue angle of 158.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B99F is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB113185159-
CMYK0.3900.140.27
HSL158.33º33.96%58.43%-
HSV(B)158.33º38.92%72.55%-
XYZ30.4240.7139.06-
YUV160.51127.1594.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=24.73%
G=40.48%
B=34.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851590.3900.140.27158.3333.9658.43
Hex71B99F270E1B9e223a
Octal16127123747016332364272
Binary11100011011100110011111100111011101101110011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,159); }

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

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

 a { background-color: rgb(113,185,159); }

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

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

 span { border-color: rgb(113,185,159); }

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