#53C39C

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

Shades of Puerto Rico #53C39C

Tints of Puerto Rico #53C39C

Color information

#53C39C (or 0x53C39C) is unknown color: approx Puerto Rico. HEX triplet: 53, C3 and 9C. RGB value is (83,195,156). Sum of RGB (Red+Green+Blue) = 83+195+156=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #53C39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C39C is #AC3C63. Grayscale: #9D9D9D. Windows color (decimal): -11287652 or 10273619. OLE color: 10273619.

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

Color convert

RGB83195156-
CMYK0.5700.200.24
HSL159.11º48.28%54.51%-
HSV(B)159.11º57.44%76.47%-
XYZ29.0843.2738.27-
YUV157.07127.3975.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=19.12%
G=44.93%
B=35.94%

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
Decimal831951560.5700.200.24159.1148.2854.51
Hex53C39C39014189f3037
Octal12330323471024302376067
Binary101001111000011100111001110010101001100010011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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