#47C8AB

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

Shades of Puerto Rico #47C8AB

Tints of Puerto Rico #47C8AB

Color information

#47C8AB (or 0x47C8AB) is unknown color: approx Puerto Rico. HEX triplet: 47, C8 and AB. RGB value is (71,200,171). Sum of RGB (Red+Green+Blue) = 71+200+171=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8AB is #B83754. Grayscale: #9E9E9E. Windows color (decimal): -12072789 or 11257927. OLE color: 11257927.

HSL color Cylindrical-coordinate representation of color #47C8AB: hue angle of 166.51º 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 #47C8AB is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB71200171-
CMYK0.6400.140.22
HSL166.51º53.97%53.14%-
HSV(B)166.51º64.5%78.43%-
XYZ30.645.5945.71-
YUV158.12135.2665.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.06%
GREEN value IS 200 (78.52% from 255) = 45.25%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=16.06%
G=45.25%
B=38.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal712001710.6400.140.22166.5153.9753.14
Hex47C8AB400E16a73635
Octal107310253100016262476665
Binary100011111001000101010111000000011101011010100111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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