#47B5AA

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

Shades of Puerto Rico #47B5AA

Tints of Puerto Rico #47B5AA

Color information

#47B5AA (or 0x47B5AA) is unknown color: approx Puerto Rico. HEX triplet: 47, B5 and AA. RGB value is (71,181,170). Sum of RGB (Red+Green+Blue) = 71+181+170=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #47B5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B5AA is #B84A55. Grayscale: #929292. Windows color (decimal): -12077654 or 11187527. OLE color: 11187527.

HSL color Cylindrical-coordinate representation of color #47B5AA: hue angle of 174º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B5AA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB71181170-
CMYK0.6100.060.29
HSL174º43.65%49.41%-
HSV(B)174º60.77%70.98%-
XYZ26.3837.2943.84-
YUV146.86141.0673.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.82%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=16.82%
G=42.89%
B=40.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711811700.6100.060.2917443.6549.41
Hex47B5AA3D061Dae2c31
Octal1072652527506352565461
Binary1000111101101011010101011110101101110110101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,181,170); }

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

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

 a { background-color: rgb(71,181,170); }

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

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

 span { border-color: rgb(71,181,170); }

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