#47BEA8

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

Shades of Puerto Rico #47BEA8

Tints of Puerto Rico #47BEA8

Color information

#47BEA8 (or 0x47BEA8) is unknown color: approx Puerto Rico. HEX triplet: 47, BE and A8. RGB value is (71,190,168). Sum of RGB (Red+Green+Blue) = 71+190+168=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BEA8 is #B84157. Grayscale: #979797. Windows color (decimal): -12075352 or 11058759. OLE color: 11058759.

HSL color Cylindrical-coordinate representation of color #47BEA8: hue angle of 168.91º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEA8 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB71190168-
CMYK0.6300.120.25
HSL168.91º47.79%51.18%-
HSV(B)168.91º62.63%74.51%-
XYZ28.0840.9943.48-
YUV151.91137.0870.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.55%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=16.55%
G=44.29%
B=39.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711901680.6300.120.25168.9147.7951.18
Hex47BEA83F0C19a93033
Octal10727625077014312516063
Binary10001111011111010101000111111011001100110101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,190,168); }

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

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

 a { background-color: rgb(71,190,168); }

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

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

 span { border-color: rgb(71,190,168); }

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