#53C19E

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

Shades of Puerto Rico #53C19E

Tints of Puerto Rico #53C19E

Color information

#53C19E (or 0x53C19E) is unknown color: approx Puerto Rico. HEX triplet: 53, C1 and 9E. RGB value is (83,193,158). Sum of RGB (Red+Green+Blue) = 83+193+158=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #53C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C19E is #AC3E61. Grayscale: #9C9C9C. Windows color (decimal): -11288162 or 10404179. OLE color: 10404179.

HSL color Cylindrical-coordinate representation of color #53C19E: hue angle of 160.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C19E is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB83193158-
CMYK0.5700.180.24
HSL160.91º47.01%54.12%-
HSV(B)160.91º56.99%75.69%-
XYZ28.8142.4539.02-
YUV156.12129.0675.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=19.12%
G=44.47%
B=36.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831931580.5700.180.24160.9147.0154.12
Hex53C19E3901218a12f36
Octal12330123671022302415766
Binary101001111000001100111101110010100101100010100001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,193,158); }

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

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

 a { background-color: rgb(83,193,158); }

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

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

 span { border-color: rgb(83,193,158); }

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