Html Css Color HEX #53C1A9 Puerto Rico

📋 copy color: '#53C1A9'

red 83 ◦ green 193 ◦ blue 169

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

Shades of Puerto Rico #53C1A9

Tints of Puerto Rico #53C1A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 18.65%
G = 43.37%
B = 37.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#53C1A9 (or 0x53C1A9) is known color: Puerto Rico. HEX triplet: 53, C1 and A9. RGB value is (83,193,169). Sum of RGB (Red+Green+Blue) = 83+193+169=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #53C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C1A9 is #AC3E56. Grayscale: #9D9D9D. Windows color (decimal): -11288151 or 11125075. OLE color: 11125075.

HSL color Cylindrical-coordinate representation of color #53C1A9: hue angle of 166.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 #53C1A9 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 169 -
CMYK 0.57 0 0.12 0.24
HSL 166.91º 0.47% 0.54% -
HSV(B) 166.91º 0.57% 0.76% -
XYZ 29.8 42.84 44.24 -
YUV 157.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 83 193 169 0.57 0 0.12 0.24 166.91 0.47 0.54
Hex 53 C1 A9 39 0 C 18 A7 2F 36
Octal 123 301 251 71 0 14 30 247 57 66
Binary 1010011 11000001 10101001 111001 0 1100 11000 10100111 101111 110110

Color Harmonies of #53C1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C1A9

Black with #53C1A9

Text Example


Text Example

White with #53C1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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