Html Css Color HEX #53C0A5 Puerto Rico

📋 copy color: '#53C0A5'

red 83 ◦ green 192 ◦ blue 165

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

Shades of Puerto Rico #53C0A5

Tints of Puerto Rico #53C0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 18.86%
G = 43.64%
B = 37.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#53C0A5 (or 0x53C0A5) is known color: Puerto Rico. HEX triplet: 53, C0 and A5. RGB value is (83,192,165). Sum of RGB (Red+Green+Blue) = 83+192+165=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C0A5 is #AC3F5A. Grayscale: #9C9C9C. Windows color (decimal): -11288411 or 10862675. OLE color: 10862675.

HSL color Cylindrical-coordinate representation of color #53C0A5: hue angle of 165.14º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C0A5 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 165 -
CMYK 0.57 0 0.14 0.25
HSL 165.14º 0.46% 0.54% -
HSV(B) 165.14º 0.57% 0.75% -
XYZ 29.21 42.25 42.21 -
YUV 156.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 83 192 165 0.57 0 0.14 0.25 165.14 0.46 0.54
Hex 53 C0 A5 39 0 E 19 A5 2E 36
Octal 123 300 245 71 0 16 31 245 56 66
Binary 1010011 11000000 10100101 111001 0 1110 11001 10100101 101110 110110

Color Harmonies of #53C0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0A5

Black with #53C0A5

Text Example


Text Example

White with #53C0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,165); }

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

background-color css

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

 a { background-color: rgb(83,192,165); }

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

border-color css

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

 span { border-color: rgb(83,192,165); }

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