#47AE98

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

Shades of Puerto Rico #47AE98

Tints of Puerto Rico #47AE98

Color information

#47AE98 (or 0x47AE98) is unknown color: approx Puerto Rico. HEX triplet: 47, AE and 98. RGB value is (71,174,152). Sum of RGB (Red+Green+Blue) = 71+174+152=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE98 is #B85167. Grayscale: #8C8C8C. Windows color (decimal): -12079464 or 10006087. OLE color: 10006087.

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

Color convert

RGB71174152-
CMYK0.5900.130.32
HSL167.18º42.04%48.04%-
HSV(B)167.18º59.2%68.24%-
XYZ23.433.8835.01-
YUV140.7134.3878.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=17.88%
G=43.83%
B=38.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741520.5900.130.32167.1842.0448.04
Hex47AE983B0D20a72a30
Octal10725623073015402475260
Binary100011110101110100110001110110110110000010100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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