#47B1A8

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

Shades of Puerto Rico #47B1A8

Tints of Puerto Rico #47B1A8

Color information

#47B1A8 (or 0x47B1A8) is unknown color: approx Puerto Rico. HEX triplet: 47, B1 and A8. RGB value is (71,177,168). Sum of RGB (Red+Green+Blue) = 71+177+168=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #47B1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B1A8 is #B84E57. Grayscale: #909090. Windows color (decimal): -12078680 or 11055431. OLE color: 11055431.

HSL color Cylindrical-coordinate representation of color #47B1A8: hue angle of 174.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B1A8 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB71177168-
CMYK0.6000.050.31
HSL174.91º42.74%48.63%-
HSV(B)174.91º59.89%69.41%-
XYZ25.3935.6142.58-
YUV144.28141.3875.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 168 (66.02% from 255) = 40.38%
R=17.07%
G=42.55%
B=40.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771680.6000.050.31174.9142.7448.63
Hex47B1A83C051Faf2b31
Octal1072612507405372575361
Binary1000111101100011010100011110001011111110101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,168); }

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

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

 a { background-color: rgb(71,177,168); }

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

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

 span { border-color: rgb(71,177,168); }

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