Html Css Color HEX #53C0AD Puerto Rico

📋 copy color: '#53C0AD'

red 83 ◦ green 192 ◦ blue 173

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

Shades of Puerto Rico #53C0AD

Tints of Puerto Rico #53C0AD

RGB

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

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

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

R = 18.53%
G = 42.86%
B = 38.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#53C0AD (or 0x53C0AD) is known color: Puerto Rico. HEX triplet: 53, C0 and AD. RGB value is (83,192,173). Sum of RGB (Red+Green+Blue) = 83+192+173=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C0AD is #AC3F52. Grayscale: #9D9D9D. Windows color (decimal): -11288403 or 11386963. OLE color: 11386963.

HSL color Cylindrical-coordinate representation of color #53C0AD: hue angle of 169.54º 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 #53C0AD is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 173 -
CMYK 0.57 0 0.10 0.25
HSL 169.54º 0.46% 0.54% -
HSV(B) 169.54º 0.57% 0.75% -
XYZ 29.96 42.56 46.17 -
YUV 157.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 83 192 173 0.57 0 0.10 0.25 169.54 0.46 0.54
Hex 53 C0 AD 39 0 A 19 AA 2E 36
Octal 123 300 255 71 0 12 31 252 56 66
Binary 1010011 11000000 10101101 111001 0 1010 11001 10101010 101110 110110

Color Harmonies of #53C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0AD

Black with #53C0AD

Text Example


Text Example

White with #53C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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