#53BEA5

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

Shades of Puerto Rico #53BEA5

Tints of Puerto Rico #53BEA5

Color information

#53BEA5 (or 0x53BEA5) is unknown color: approx Puerto Rico. HEX triplet: 53, BE and A5. RGB value is (83,190,165). Sum of RGB (Red+Green+Blue) = 83+190+165=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEA5 is #AC415A. Grayscale: #9B9B9B. Windows color (decimal): -11288923 or 10862163. OLE color: 10862163.

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

Color convert

RGB83190165-
CMYK0.5600.130.25
HSL165.98º45.15%53.53%-
HSV(B)165.98º56.32%74.51%-
XYZ28.7741.3842.07-
YUV155.16133.5576.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.95%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=18.95%
G=43.38%
B=37.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901650.5600.130.25165.9845.1553.53
Hex53BEA5380D19a62d36
Octal12327624570015312465566
Binary10100111011111010100101111000011011100110100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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