Html Css Color HEX #53C19E Puerto Rico

📋 copy color: '#53C19E'

red 83 ◦ green 193 ◦ blue 158

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

Shades of Puerto Rico #53C19E

Tints of Puerto Rico #53C19E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 19.12%
G = 44.47%
B = 36.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#53C19E (or 0x53C19E) is known color: Puerto Rico. HEX triplet: 53, C1 and 9E. RGB value is (83,193,158). Sum of RGB (Red+Green+Blue) = 83+193+158=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #53C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C19E is #AC3E61. Grayscale: #9C9C9C. Windows color (decimal): -11288162 or 10404179. OLE color: 10404179.

HSL color Cylindrical-coordinate representation of color #53C19E: hue angle of 160.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C19E is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 158 -
CMYK 0.57 0 0.18 0.24
HSL 160.91º 0.47% 0.54% -
HSV(B) 160.91º 0.57% 0.76% -
XYZ 28.81 42.45 39.02 -
YUV 156.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 83 193 158 0.57 0 0.18 0.24 160.91 0.47 0.54
Hex 53 C1 9E 39 0 12 18 A1 2F 36
Octal 123 301 236 71 0 22 30 241 57 66
Binary 1010011 11000001 10011110 111001 0 10010 11000 10100001 101111 110110

Color Harmonies of #53C19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C19E

Black with #53C19E

Text Example


Text Example

White with #53C19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,158); }

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

background-color css

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

 a { background-color: rgb(83,193,158); }

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

border-color css

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

 span { border-color: rgb(83,193,158); }

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