#47C8B1

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

Shades of Puerto Rico #47C8B1

Tints of Puerto Rico #47C8B1

Color information

#47C8B1 (or 0x47C8B1) is unknown color: approx Puerto Rico. HEX triplet: 47, C8 and B1. RGB value is (71,200,177). Sum of RGB (Red+Green+Blue) = 71+200+177=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8B1 is #B8374E. Grayscale: #9E9E9E. Windows color (decimal): -12072783 or 11651143. OLE color: 11651143.

HSL color Cylindrical-coordinate representation of color #47C8B1: hue angle of 169.3º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8B1 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB71200177-
CMYK0.6400.120.22
HSL169.3º53.97%53.14%-
HSV(B)169.3º64.5%78.43%-
XYZ31.1945.8248.8-
YUV158.81138.2665.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.85%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=15.85%
G=44.64%
B=39.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal712001770.6400.120.22169.353.9753.14
Hex47C8B1400C16a93635
Octal107310261100014262516665
Binary100011111001000101100011000000011001011010101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,200,177); }

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

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

 a { background-color: rgb(71,200,177); }

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

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

 span { border-color: rgb(71,200,177); }

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