#47AF9D

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

Shades of Puerto Rico #47AF9D

Tints of Puerto Rico #47AF9D

Color information

#47AF9D (or 0x47AF9D) is unknown color: approx Puerto Rico. HEX triplet: 47, AF and 9D. RGB value is (71,175,157). Sum of RGB (Red+Green+Blue) = 71+175+157=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AF9D is #B85062. Grayscale: #8D8D8D. Windows color (decimal): -12079203 or 10334023. OLE color: 10334023.

HSL color Cylindrical-coordinate representation of color #47AF9D: hue angle of 169.62º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF9D is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB71175157-
CMYK0.5900.100.31
HSL169.62º42.28%48.24%-
HSV(B)169.62º59.43%68.63%-
XYZ24.0134.4337.28-
YUV141.85136.5477.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=17.62%
G=43.42%
B=38.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711751570.5900.100.31169.6242.2848.24
Hex47AF9D3B0A1Faa2a30
Octal10725723573012372525260
Binary10001111010111110011101111011010101111110101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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