#52BEA5

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

Shades of Puerto Rico #52BEA5

Tints of Puerto Rico #52BEA5

Color information

#52BEA5 (or 0x52BEA5) is unknown color: approx Puerto Rico. HEX triplet: 52, BE and A5. RGB value is (82,190,165). Sum of RGB (Red+Green+Blue) = 82+190+165=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BEA5 is #AD415A. Grayscale: #9A9A9A. Windows color (decimal): -11354459 or 10862162. OLE color: 10862162.

HSL color Cylindrical-coordinate representation of color #52BEA5: hue angle of 166.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BEA5 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB82190165-
CMYK0.5700.130.25
HSL166.11º45.38%53.33%-
HSV(B)166.11º56.84%74.51%-
XYZ28.6841.3442.06-
YUV154.86133.7276.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=18.76%
G=43.48%
B=37.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901650.5700.130.25166.1145.3853.33
Hex52BEA5390D19a62d35
Octal12227624571015312465565
Binary10100101011111010100101111001011011100110100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,165); }

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

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

 a { background-color: rgb(82,190,165); }

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

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

 span { border-color: rgb(82,190,165); }

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