#53BEA8

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

Shades of Puerto Rico #53BEA8

Tints of Puerto Rico #53BEA8

Color information

#53BEA8 (or 0x53BEA8) is unknown color: approx Puerto Rico. HEX triplet: 53, BE and A8. RGB value is (83,190,168). Sum of RGB (Red+Green+Blue) = 83+190+168=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEA8 is #AC4157. Grayscale: #9B9B9B. Windows color (decimal): -11288920 or 11058771. OLE color: 11058771.

HSL color Cylindrical-coordinate representation of color #53BEA8: hue angle of 167.66º 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 #53BEA8 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB83190168-
CMYK0.5600.120.25
HSL167.66º45.15%53.53%-
HSV(B)167.66º56.32%74.51%-
XYZ29.0541.4943.52-
YUV155.5135.0576.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=18.82%
G=43.08%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901680.5600.120.25167.6645.1553.53
Hex53BEA8380C19a82d36
Octal12327625070014312505566
Binary10100111011111010101000111000011001100110101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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