Html Css Color HEX #53ACA5 Puerto Rico

📋 copy color: '#53ACA5'

red 83 ◦ green 172 ◦ blue 165

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

Shades of Puerto Rico #53ACA5

Tints of Puerto Rico #53ACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 19.76%
G = 40.95%
B = 39.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#53ACA5 (or 0x53ACA5) is known color: Puerto Rico. HEX triplet: 53, AC and A5. RGB value is (83,172,165). Sum of RGB (Red+Green+Blue) = 83+172+165=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #53ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACA5 is #AC535A. Grayscale: #909090. Windows color (decimal): -11293531 or 10857555. OLE color: 10857555.

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

Color convert

RGB 83 172 165 -
CMYK 0.52 0 0.04 0.33
HSL 175.28º 0.35% 0.5% -
HSV(B) 175.28º 0.52% 0.67% -
XYZ 25.11 34.06 40.85 -
YUV 144.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 83 172 165 0.52 0 0.04 0.33 175.28 0.35 0.5
Hex 53 AC A5 34 0 4 21 AF 23 32
Octal 123 254 245 64 0 4 41 257 43 62
Binary 1010011 10101100 10100101 110100 0 100 100001 10101111 100011 110010

Color Harmonies of #53ACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACA5

Black with #53ACA5

Text Example


Text Example

White with #53ACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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