#47AE99

Color #47AE99 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #47AE99

Tints of Puerto Rico #47AE99

Color information

#47AE99 (or 0x47AE99) is unknown color: approx Puerto Rico. HEX triplet: 47, AE and 99. RGB value is (71,174,153). Sum of RGB (Red+Green+Blue) = 71+174+153=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE99 is #B85166. Grayscale: #8C8C8C. Windows color (decimal): -12079463 or 10071623. OLE color: 10071623.

HSL color Cylindrical-coordinate representation of color #47AE99: hue angle of 167.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AE99 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB71174153-
CMYK0.5900.120.32
HSL167.77º42.04%48.04%-
HSV(B)167.77º59.2%68.24%-
XYZ23.4833.9135.44-
YUV140.81134.8878.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.84%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=17.84%
G=43.72%
B=38.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741530.5900.120.32167.7742.0448.04
Hex47AE993B0C20a82a30
Octal10725623173014402505260
Binary100011110101110100110011110110110010000010101000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AE99; }

 p { color: rgb(71,174,153); }

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

<style>
 a { background-color: #47AE99; }

 a { background-color: rgb(71,174,153); }

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

<style>
 span { border-color: #47AE99; }

 span { border-color: rgb(71,174,153); }

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