#53C19B

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

Shades of Puerto Rico #53C19B

Tints of Puerto Rico #53C19B

Color information

#53C19B (or 0x53C19B) is unknown color: approx Puerto Rico. HEX triplet: 53, C1 and 9B. RGB value is (83,193,155). Sum of RGB (Red+Green+Blue) = 83+193+155=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #53C19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C19B is #AC3E64. Grayscale: #9B9B9B. Windows color (decimal): -11288165 or 10207571. OLE color: 10207571.

HSL color Cylindrical-coordinate representation of color #53C19B: hue angle of 159.27º 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 #53C19B is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB83193155-
CMYK0.5700.200.24
HSL159.27º47.01%54.12%-
HSV(B)159.27º56.99%75.69%-
XYZ28.5542.3537.68-
YUV155.78127.5676.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.26%
GREEN value IS 193 (75.78% from 255) = 44.78%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=19.26%
G=44.78%
B=35.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831931550.5700.200.24159.2747.0154.12
Hex53C19B39014189f2f36
Octal12330123371024302375766
Binary101001111000001100110111110010101001100010011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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