Html Css Color HEX #53AD9D Puerto Rico

📋 copy color: '#53AD9D'

red 83 ◦ green 173 ◦ blue 157

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

Shades of Puerto Rico #53AD9D

Tints of Puerto Rico #53AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 20.1%
G = 41.89%
B = 38.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#53AD9D (or 0x53AD9D) is known color: Puerto Rico. HEX triplet: 53, AD and 9D. RGB value is (83,173,157). Sum of RGB (Red+Green+Blue) = 83+173+157=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD9D is #AC5262. Grayscale: #909090. Windows color (decimal): -11293283 or 10333523. OLE color: 10333523.

HSL color Cylindrical-coordinate representation of color #53AD9D: hue angle of 169.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD9D is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 157 -
CMYK 0.52 0 0.09 0.32
HSL 169.33º 0.35% 0.5% -
HSV(B) 169.33º 0.52% 0.68% -
XYZ 24.6 34.16 37.2 -
YUV 144.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 83 173 157 0.52 0 0.09 0.32 169.33 0.35 0.5
Hex 53 AD 9D 34 0 9 20 A9 23 32
Octal 123 255 235 64 0 11 40 251 43 62
Binary 1010011 10101101 10011101 110100 0 1001 100000 10101001 100011 110010

Color Harmonies of #53AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD9D

Black with #53AD9D

Text Example


Text Example

White with #53AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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