Html Css Color HEX #53C49B Puerto Rico

📋 copy color: '#53C49B'

red 83 ◦ green 196 ◦ blue 155

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

Shades of Puerto Rico #53C49B

Tints of Puerto Rico #53C49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.16%

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 19.12%
G = 45.16%
B = 35.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#53C49B (or 0x53C49B) is known color: Puerto Rico. HEX triplet: 53, C4 and 9B. RGB value is (83,196,155). Sum of RGB (Red+Green+Blue) = 83+196+155=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #53C49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C49B is #AC3B64. Grayscale: #9D9D9D. Windows color (decimal): -11287397 or 10208339. OLE color: 10208339.

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

Color convert

RGB 83 196 155 -
CMYK 0.58 0 0.21 0.23
HSL 158.23º 0.49% 0.55% -
HSV(B) 158.23º 0.58% 0.77% -
XYZ 29.22 43.69 37.9 -
YUV 157.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 83 196 155 0.58 0 0.21 0.23 158.23 0.49 0.55
Hex 53 C4 9B 3A 0 15 17 9E 31 37
Octal 123 304 233 72 0 25 27 236 61 67
Binary 1010011 11000100 10011011 111010 0 10101 10111 10011110 110001 110111

Color Harmonies of #53C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C49B

Black with #53C49B

Text Example


Text Example

White with #53C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,196,155); }

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

background-color css

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

 a { background-color: rgb(83,196,155); }

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

border-color css

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

 span { border-color: rgb(83,196,155); }

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