#47C8AF

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

Shades of Puerto Rico #47C8AF

Tints of Puerto Rico #47C8AF

Color information

#47C8AF (or 0x47C8AF) is unknown color: approx Puerto Rico. HEX triplet: 47, C8 and AF. RGB value is (71,200,175). Sum of RGB (Red+Green+Blue) = 71+200+175=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8AF is #B83750. Grayscale: #9E9E9E. Windows color (decimal): -12072785 or 11520071. OLE color: 11520071.

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

Color convert

RGB71200175-
CMYK0.6400.120.22
HSL168.37º53.97%53.14%-
HSV(B)168.37º64.5%78.43%-
XYZ30.9945.7447.75-
YUV158.58137.2665.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.92%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=15.92%
G=44.84%
B=39.24%

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
Decimal712001750.6400.120.22168.3753.9753.14
Hex47C8AF400C16a83635
Octal107310257100014262506665
Binary100011111001000101011111000000011001011010101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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