#53C3A9

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

Shades of Puerto Rico #53C3A9

Tints of Puerto Rico #53C3A9

Color information

#53C3A9 (or 0x53C3A9) is unknown color: approx Puerto Rico. HEX triplet: 53, C3 and A9. RGB value is (83,195,169). Sum of RGB (Red+Green+Blue) = 83+195+169=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #53C3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C3A9 is #AC3C56. Grayscale: #9E9E9E. Windows color (decimal): -11287639 or 11125587. OLE color: 11125587.

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

Color convert

RGB83195169-
CMYK0.5700.130.24
HSL166.07º48.28%54.51%-
HSV(B)166.07º57.44%76.47%-
XYZ30.2443.7344.38-
YUV158.55133.8974.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=18.57%
G=43.62%
B=37.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951690.5700.130.24166.0748.2854.51
Hex53C3A9390D18a63037
Octal12330325171015302466067
Binary10100111100001110101001111001011011100010100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,195,169); }

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

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

 a { background-color: rgb(83,195,169); }

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

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

 span { border-color: rgb(83,195,169); }

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