#52BEA3

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

Shades of Puerto Rico #52BEA3

Tints of Puerto Rico #52BEA3

Color information

#52BEA3 (or 0x52BEA3) is unknown color: approx Puerto Rico. HEX triplet: 52, BE and A3. RGB value is (82,190,163). Sum of RGB (Red+Green+Blue) = 82+190+163=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BEA3 is #AD415C. Grayscale: #9A9A9A. Windows color (decimal): -11354461 or 10731090. OLE color: 10731090.

HSL color Cylindrical-coordinate representation of color #52BEA3: hue angle of 165º 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 #52BEA3 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB82190163-
CMYK0.5700.140.25
HSL165º45.38%53.33%-
HSV(B)165º56.84%74.51%-
XYZ28.541.2741.11-
YUV154.63132.7276.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.85%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=18.85%
G=43.68%
B=37.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901630.5700.140.2516545.3853.33
Hex52BEA3390E19a52d35
Octal12227624371016312455565
Binary10100101011111010100011111001011101100110100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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