#52B09D

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

Shades of Puerto Rico #52B09D

Tints of Puerto Rico #52B09D

Color information

#52B09D (or 0x52B09D) is unknown color: approx Puerto Rico. HEX triplet: 52, B0 and 9D. RGB value is (82,176,157). Sum of RGB (Red+Green+Blue) = 82+176+157=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #52B09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B09D is #AD4F62. Grayscale: #919191. Windows color (decimal): -11358051 or 10334290. OLE color: 10334290.

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

Color convert

RGB82176157-
CMYK0.5300.110.31
HSL167.87º37.3%50.59%-
HSV(B)167.87º53.41%69.02%-
XYZ25.0935.2837.39-
YUV145.73134.3682.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=19.76%
G=42.41%
B=37.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761570.5300.110.31167.8737.350.59
Hex52B09D350B1Fa82533
Octal12226023565013372504563
Binary10100101011000010011101110101010111111110101000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,157); }

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

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

 a { background-color: rgb(82,176,157); }

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

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

 span { border-color: rgb(82,176,157); }

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