Html Css Color HEX #53C599 Puerto Rico

📋 copy color: '#53C599'

red 83 ◦ green 197 ◦ blue 153

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

Shades of Puerto Rico #53C599

Tints of Puerto Rico #53C599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 19.17%
G = 45.5%
B = 35.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#53C599 (or 0x53C599) is known color: Puerto Rico. HEX triplet: 53, C5 and 99. RGB value is (83,197,153). Sum of RGB (Red+Green+Blue) = 83+197+153=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #53C599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C599 is #AC3A66. Grayscale: #9D9D9D. Windows color (decimal): -11287143 or 10077523. OLE color: 10077523.

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

Color convert

RGB 83 197 153 -
CMYK 0.58 0 0.22 0.23
HSL 156.84º 0.5% 0.55% -
HSV(B) 156.84º 0.58% 0.77% -
XYZ 29.28 44.07 37.1 -
YUV 157.9 125.23 74.58 -
System Red Green Blue C M Y K H S L
Decimal 83 197 153 0.58 0 0.22 0.23 156.84 0.5 0.55
Hex 53 C5 99 3A 0 16 17 9D 32 37
Octal 123 305 231 72 0 26 27 235 62 67
Binary 1010011 11000101 10011001 111010 0 10110 10111 10011101 110010 110111

Color Harmonies of #53C599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C599

Black with #53C599

Text Example


Text Example

White with #53C599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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