#47B993

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

Shades of Puerto Rico #47B993

Tints of Puerto Rico #47B993

Color information

#47B993 (or 0x47B993) is unknown color: approx Puerto Rico. HEX triplet: 47, B9 and 93. RGB value is (71,185,147). Sum of RGB (Red+Green+Blue) = 71+185+147=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #47B993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B993 is #B8466C. Grayscale: #929292. Windows color (decimal): -12076653 or 9681223. OLE color: 9681223.

HSL color Cylindrical-coordinate representation of color #47B993: hue angle of 160º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B993 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB71185147-
CMYK0.6200.210.27
HSL160º44.88%50.2%-
HSV(B)160º61.62%72.55%-
XYZ25.2138.1433.64-
YUV146.58128.2374.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=17.62%
G=45.91%
B=36.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711851470.6200.210.2716044.8850.2
Hex47B9933E0151Ba02d32
Octal10727122376025332405562
Binary100011110111001100100111111100101011101110100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,185,147); }

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

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

 a { background-color: rgb(71,185,147); }

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

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

 span { border-color: rgb(71,185,147); }

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