#47AEA6

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

Shades of Puerto Rico #47AEA6

Tints of Puerto Rico #47AEA6

Color information

#47AEA6 (or 0x47AEA6) is unknown color: approx Puerto Rico. HEX triplet: 47, AE and A6. RGB value is (71,174,166). Sum of RGB (Red+Green+Blue) = 71+174+166=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #47AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AEA6 is #B85159. Grayscale: #8E8E8E. Windows color (decimal): -12079450 or 10923591. OLE color: 10923591.

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

Color convert

RGB71174166-
CMYK0.5900.050.32
HSL175.34º42.04%48.04%-
HSV(B)175.34º59.2%68.24%-
XYZ24.6234.3641.41-
YUV142.29141.3877.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=17.27%
G=42.34%
B=40.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741660.5900.050.32175.3442.0448.04
Hex47AEA63B0520af2a30
Octal1072562467305402575260
Binary10001111010111010100110111011010110000010101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,174,166); }

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

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

 a { background-color: rgb(71,174,166); }

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

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

 span { border-color: rgb(71,174,166); }

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