#47AB9B

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

Shades of Puerto Rico #47AB9B

Tints of Puerto Rico #47AB9B

Color information

#47AB9B (or 0x47AB9B) is unknown color: approx Puerto Rico. HEX triplet: 47, AB and 9B. RGB value is (71,171,155). Sum of RGB (Red+Green+Blue) = 71+171+155=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB9B is #B85464. Grayscale: #8B8B8B. Windows color (decimal): -12080229 or 10201927. OLE color: 10201927.

HSL color Cylindrical-coordinate representation of color #47AB9B: hue angle of 170.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB9B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB71171155-
CMYK0.5800.090.33
HSL170.4º41.32%47.45%-
HSV(B)170.4º58.48%67.06%-
XYZ23.0832.8336.13-
YUV139.28136.8779.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=17.88%
G=43.07%
B=39.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711550.5800.090.33170.441.3247.45
Hex47AB9B3A0921aa292f
Octal10725323372011412525157
Binary100011110101011100110111110100100110000110101010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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