#53C49C

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

Shades of Puerto Rico #53C49C

Tints of Puerto Rico #53C49C

Color information

#53C49C (or 0x53C49C) is unknown color: approx Puerto Rico. HEX triplet: 53, C4 and 9C. RGB value is (83,196,156). Sum of RGB (Red+Green+Blue) = 83+196+156=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #53C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C49C is #AC3B63. Grayscale: #9D9D9D. Windows color (decimal): -11287396 or 10273875. OLE color: 10273875.

HSL color Cylindrical-coordinate representation of color #53C49C: hue angle of 158.76º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C49C is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB83196156-
CMYK0.5800.200.23
HSL158.76º48.92%54.71%-
HSV(B)158.76º57.65%76.86%-
XYZ29.3143.7238.35-
YUV157.65127.0674.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=19.08%
G=45.06%
B=35.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831961560.5800.200.23158.7648.9254.71
Hex53C49C3A014179f3137
Octal12330423472024272376167
Binary101001111000100100111001110100101001011110011111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,196,156); }

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

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

 a { background-color: rgb(83,196,156); }

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

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

 span { border-color: rgb(83,196,156); }

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