#47BDAF

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

Shades of Puerto Rico #47BDAF

Tints of Puerto Rico #47BDAF

Color information

#47BDAF (or 0x47BDAF) is unknown color: approx Puerto Rico. HEX triplet: 47, BD and AF. RGB value is (71,189,175). Sum of RGB (Red+Green+Blue) = 71+189+175=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BDAF is #B84250. Grayscale: #989898. Windows color (decimal): -12075601 or 11517255. OLE color: 11517255.

HSL color Cylindrical-coordinate representation of color #47BDAF: hue angle of 172.88º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BDAF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB71189175-
CMYK0.6200.070.26
HSL172.88º47.2%50.98%-
HSV(B)172.88º62.43%74.12%-
XYZ28.5340.8346.93-
YUV152.12140.9170.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.32%
GREEN value IS 189 (74.22% from 255) = 43.45%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=16.32%
G=43.45%
B=40.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711891750.6200.070.26172.8847.250.98
Hex47BDAF3E071Aad2f33
Octal1072752577607322555763
Binary1000111101111011010111111111001111101010101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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