#47BEA6

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

Shades of Puerto Rico #47BEA6

Tints of Puerto Rico #47BEA6

Color information

#47BEA6 (or 0x47BEA6) is unknown color: approx Puerto Rico. HEX triplet: 47, BE and A6. RGB value is (71,190,166). Sum of RGB (Red+Green+Blue) = 71+190+166=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BEA6 is #B84159. Grayscale: #979797. Windows color (decimal): -12075354 or 10927687. OLE color: 10927687.

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

Color convert

RGB71190166-
CMYK0.6300.130.25
HSL167.9º47.79%51.18%-
HSV(B)167.9º62.63%74.51%-
XYZ27.8940.9242.5-
YUV151.68136.0870.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.63%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=16.63%
G=44.50%
B=38.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711901660.6300.130.25167.947.7951.18
Hex47BEA63F0D19a83033
Octal10727624677015312506063
Binary10001111011111010100110111111011011100110101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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