Html Css Color HEX #53C59F Puerto Rico

📋 copy color: '#53C59F'

red 83 ◦ green 197 ◦ blue 159

#53C59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #53C59F

Tints of Puerto Rico #53C59F

RGB

 RED value IS 83 (32.81% from 255) = 18.91%

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 18.91%
G = 44.87%
B = 36.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#53C59F (or 0x53C59F) is known color: Puerto Rico. HEX triplet: 53, C5 and 9F. RGB value is (83,197,159). Sum of RGB (Red+Green+Blue) = 83+197+159=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #53C59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C59F is #AC3A60. Grayscale: #9E9E9E. Windows color (decimal): -11287137 or 10470739. OLE color: 10470739.

HSL color Cylindrical-coordinate representation of color #53C59F: hue angle of 160º degrees, saturation: 0.5, 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 #53C59F is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 197 159 -
CMYK 0.58 0 0.19 0.23
HSL 160º 0.5% 0.55% -
HSV(B) 160º 0.58% 0.77% -
XYZ 29.79 44.27 39.78 -
YUV 158.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 83 197 159 0.58 0 0.19 0.23 160 0.5 0.55
Hex 53 C5 9F 3A 0 13 17 A0 32 37
Octal 123 305 237 72 0 23 27 240 62 67
Binary 1010011 11000101 10011111 111010 0 10011 10111 10100000 110010 110111

Color Harmonies of #53C59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C59F

Black with #53C59F

Text Example


Text Example

White with #53C59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,159); }

 H1.HeaderClassName
 {
   color: #53C59F;
 }
 .AnyTagClassName
 {
   color: #53C59F;
 }
</style>

background-color css

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

 a { background-color: rgb(83,197,159); }

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

border-color css

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

 span { border-color: rgb(83,197,159); }

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