#47AFAE

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

Shades of Puerto Rico #47AFAE

Tints of Puerto Rico #47AFAE

Color information

#47AFAE (or 0x47AFAE) is unknown color: approx Puerto Rico. HEX triplet: 47, AF and AE. RGB value is (71,175,174). Sum of RGB (Red+Green+Blue) = 71+175+174=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #47AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AFAE is #B85051. Grayscale: #8F8F8F. Windows color (decimal): -12079186 or 11448135. OLE color: 11448135.

HSL color Cylindrical-coordinate representation of color #47AFAE: hue angle of 179.42º 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 #47AFAE is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB71175174-
CMYK0.5900.010.31
HSL179.42º42.28%48.24%-
HSV(B)179.42º59.43%68.63%-
XYZ25.5735.0645.46-
YUV143.79145.0476.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=16.90%
G=41.67%
B=41.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711751740.5900.010.31179.4242.2848.24
Hex47AFAE3B011Fb32a30
Octal1072572567301372635260
Binary10001111010111110101110111011011111110110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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