#47B194

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

Shades of Puerto Rico #47B194

Tints of Puerto Rico #47B194

Color information

#47B194 (or 0x47B194) is unknown color: approx Puerto Rico. HEX triplet: 47, B1 and 94. RGB value is (71,177,148). Sum of RGB (Red+Green+Blue) = 71+177+148=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #47B194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B194 is #B84E6B. Grayscale: #8E8E8E. Windows color (decimal): -12078700 or 9744711. OLE color: 9744711.

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

Color convert

RGB71177148-
CMYK0.6000.160.31
HSL163.58º42.74%48.63%-
HSV(B)163.58º59.89%69.41%-
XYZ23.6734.9233.51-
YUV142131.3877.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.93%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=17.93%
G=44.70%
B=37.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771480.6000.160.31163.5842.7448.63
Hex47B1943C0101Fa42b31
Octal10726122474020372445361
Binary100011110110001100101001111000100001111110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,148); }

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

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

 a { background-color: rgb(71,177,148); }

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

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

 span { border-color: rgb(71,177,148); }

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