Html Css Color HEX #53C5A1 Puerto Rico

📋 copy color: '#53C5A1'

red 83 ◦ green 197 ◦ blue 161

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

Shades of Puerto Rico #53C5A1

Tints of Puerto Rico #53C5A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 18.82%
G = 44.67%
B = 36.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#53C5A1 (or 0x53C5A1) is known color: Puerto Rico. HEX triplet: 53, C5 and A1. RGB value is (83,197,161). Sum of RGB (Red+Green+Blue) = 83+197+161=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5A1 is #AC3A5E. Grayscale: #9E9E9E. Windows color (decimal): -11287135 or 10601811. OLE color: 10601811.

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

Color convert

RGB 83 197 161 -
CMYK 0.58 0 0.18 0.23
HSL 161.05º 0.5% 0.55% -
HSV(B) 161.05º 0.58% 0.77% -
XYZ 29.97 44.34 40.7 -
YUV 158.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 83 197 161 0.58 0 0.18 0.23 161.05 0.5 0.55
Hex 53 C5 A1 3A 0 12 17 A1 32 37
Octal 123 305 241 72 0 22 27 241 62 67
Binary 1010011 11000101 10100001 111010 0 10010 10111 10100001 110010 110111

Color Harmonies of #53C5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5A1

Black with #53C5A1

Text Example


Text Example

White with #53C5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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