#47CFB1

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

Shades of Puerto Rico #47CFB1

Tints of Puerto Rico #47CFB1

Color information

#47CFB1 (or 0x47CFB1) is unknown color: approx Puerto Rico. HEX triplet: 47, CF and B1. RGB value is (71,207,177). Sum of RGB (Red+Green+Blue) = 71+207+177=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CFB1 is #B8304E. Grayscale: #A2A2A2. Windows color (decimal): -12070991 or 11652935. OLE color: 11652935.

HSL color Cylindrical-coordinate representation of color #47CFB1: hue angle of 166.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFB1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB71207177-
CMYK0.6600.140.19
HSL166.76º58.62%54.51%-
HSV(B)166.76º65.7%81.18%-
XYZ32.8549.1449.35-
YUV162.92135.9462.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=15.60%
G=45.49%
B=38.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal712071770.6600.140.19166.7658.6254.51
Hex47CFB1420E13a73b37
Octal107317261102016232477367
Binary100011111001111101100011000010011101001110100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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