#47C1B3

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

Shades of Puerto Rico #47C1B3

Tints of Puerto Rico #47C1B3

Color information

#47C1B3 (or 0x47C1B3) is unknown color: approx Puerto Rico. HEX triplet: 47, C1 and B3. RGB value is (71,193,179). Sum of RGB (Red+Green+Blue) = 71+193+179=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #47C1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1B3 is #B83E4C. Grayscale: #9A9A9A. Windows color (decimal): -12074573 or 11780423. OLE color: 11780423.

HSL color Cylindrical-coordinate representation of color #47C1B3: hue angle of 173.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C1B3 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB71193179-
CMYK0.6300.070.24
HSL173.11º49.59%51.76%-
HSV(B)173.11º63.21%75.69%-
XYZ29.8142.7349.33-
YUV154.93141.5868.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.03%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=16.03%
G=43.57%
B=40.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711931790.6300.070.24173.1149.5951.76
Hex47C1B33F0718ad3234
Octal1073012637707302556264
Binary1000111110000011011001111111101111100010101101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,193,179); }

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

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

 a { background-color: rgb(71,193,179); }

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

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

 span { border-color: rgb(71,193,179); }

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