#52B19B

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

Shades of Puerto Rico #52B19B

Tints of Puerto Rico #52B19B

Color information

#52B19B (or 0x52B19B) is unknown color: approx Puerto Rico. HEX triplet: 52, B1 and 9B. RGB value is (82,177,155). Sum of RGB (Red+Green+Blue) = 82+177+155=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #52B19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B19B is #AD4E64. Grayscale: #929292. Windows color (decimal): -11357797 or 10203474. OLE color: 10203474.

HSL color Cylindrical-coordinate representation of color #52B19B: hue angle of 166.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B19B is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB82177155-
CMYK0.5400.120.31
HSL166.11º37.85%50.78%-
HSV(B)166.11º53.67%69.41%-
XYZ25.1235.636.56-
YUV146.09133.0382.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=19.81%
G=42.75%
B=37.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821771550.5400.120.31166.1137.8550.78
Hex52B19B360C1Fa62633
Octal12226123366014372464663
Binary10100101011000110011011110110011001111110100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B19B; }

 p { color: rgb(82,177,155); }

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

<style>
 a { background-color: #52B19B; }

 a { background-color: rgb(82,177,155); }

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

<style>
 span { border-color: #52B19B; }

 span { border-color: rgb(82,177,155); }

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