#47B0AE

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

Shades of Puerto Rico #47B0AE

Tints of Puerto Rico #47B0AE

Color information

#47B0AE (or 0x47B0AE) is unknown color: approx Puerto Rico. HEX triplet: 47, B0 and AE. RGB value is (71,176,174). Sum of RGB (Red+Green+Blue) = 71+176+174=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #47B0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B0AE is #B84F51. Grayscale: #909090. Windows color (decimal): -12078930 or 11448391. OLE color: 11448391.

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

Color convert

RGB71176174-
CMYK0.6000.010.31
HSL178.86º42.51%48.43%-
HSV(B)178.86º59.66%69.02%-
XYZ25.7635.4545.53-
YUV144.38144.7175.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.86%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=16.86%
G=41.81%
B=41.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711761740.6000.010.31178.8642.5148.43
Hex47B0AE3C011Fb32b30
Octal1072602567401372635360
Binary10001111011000010101110111100011111110110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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