#47AE96

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

Shades of Puerto Rico #47AE96

Tints of Puerto Rico #47AE96

Color information

#47AE96 (or 0x47AE96) is unknown color: approx Puerto Rico. HEX triplet: 47, AE and 96. RGB value is (71,174,150). Sum of RGB (Red+Green+Blue) = 71+174+150=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE96 is #B85169. Grayscale: #8C8C8C. Windows color (decimal): -12079466 or 9875015. OLE color: 9875015.

HSL color Cylindrical-coordinate representation of color #47AE96: hue angle of 166.02º 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 #47AE96 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB71174150-
CMYK0.5900.140.32
HSL166.02º42.04%48.04%-
HSV(B)166.02º59.2%68.24%-
XYZ23.2433.8134.16-
YUV140.47133.3878.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.97%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=17.97%
G=44.05%
B=37.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741500.5900.140.32166.0242.0448.04
Hex47AE963B0E20a62a30
Octal10725622673016402465260
Binary100011110101110100101101110110111010000010100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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