#47ABA1

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

Shades of Puerto Rico #47ABA1

Tints of Puerto Rico #47ABA1

Color information

#47ABA1 (or 0x47ABA1) is unknown color: approx Puerto Rico. HEX triplet: 47, AB and A1. RGB value is (71,171,161). Sum of RGB (Red+Green+Blue) = 71+171+161=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #47ABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ABA1 is #B8545E. Grayscale: #8B8B8B. Windows color (decimal): -12080223 or 10595143. OLE color: 10595143.

HSL color Cylindrical-coordinate representation of color #47ABA1: hue angle of 174º 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 #47ABA1 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB71171161-
CMYK0.5800.060.33
HSL174º41.32%47.45%-
HSV(B)174º58.48%67.06%-
XYZ23.5933.0438.85-
YUV139.96139.8778.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=17.62%
G=42.43%
B=39.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711711610.5800.060.3317441.3247.45
Hex47ABA13A0621ae292f
Octal1072532417206412565157
Binary10001111010101110100001111010011010000110101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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