#47BEAB

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

Shades of Puerto Rico #47BEAB

Tints of Puerto Rico #47BEAB

Color information

#47BEAB (or 0x47BEAB) is unknown color: approx Puerto Rico. HEX triplet: 47, BE and AB. RGB value is (71,190,171). Sum of RGB (Red+Green+Blue) = 71+190+171=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BEAB is #B84154. Grayscale: #989898. Windows color (decimal): -12075349 or 11255367. OLE color: 11255367.

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

Color convert

RGB71190171-
CMYK0.6300.100.25
HSL170.42º47.79%51.18%-
HSV(B)170.42º62.63%74.51%-
XYZ28.3641.1144.97-
YUV152.25138.5870.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.44%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=16.44%
G=43.98%
B=39.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711901710.6300.100.25170.4247.7951.18
Hex47BEAB3F0A19aa3033
Octal10727625377012312526063
Binary10001111011111010101011111111010101100110101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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