Html Css Color HEX #53C5AD Puerto Rico

📋 copy color: '#53C5AD'

red 83 ◦ green 197 ◦ blue 173

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

Shades of Puerto Rico #53C5AD

Tints of Puerto Rico #53C5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 18.32%
G = 43.49%
B = 38.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#53C5AD (or 0x53C5AD) is known color: Puerto Rico. HEX triplet: 53, C5 and AD. RGB value is (83,197,173). Sum of RGB (Red+Green+Blue) = 83+197+173=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5AD is #AC3A52. Grayscale: #A0A0A0. Windows color (decimal): -11287123 or 11388243. OLE color: 11388243.

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

Color convert

RGB 83 197 173 -
CMYK 0.58 0 0.12 0.23
HSL 167.37º 0.5% 0.55% -
HSV(B) 167.37º 0.58% 0.77% -
XYZ 31.08 44.79 46.54 -
YUV 160.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 83 197 173 0.58 0 0.12 0.23 167.37 0.5 0.55
Hex 53 C5 AD 3A 0 C 17 A7 32 37
Octal 123 305 255 72 0 14 27 247 62 67
Binary 1010011 11000101 10101101 111010 0 1100 10111 10100111 110010 110111

Color Harmonies of #53C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5AD

Black with #53C5AD

Text Example


Text Example

White with #53C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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