#55ACA5

Color #55ACA5 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #55ACA5

Tints of Puerto Rico #55ACA5

Color information

#55ACA5 (or 0x55ACA5) is unknown color: approx Puerto Rico. HEX triplet: 55, AC and A5. RGB value is (85,172,165). Sum of RGB (Red+Green+Blue) = 85+172+165=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #55ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ACA5 is #AA535A. Grayscale: #919191. Windows color (decimal): -11162459 or 10857557. OLE color: 10857557.

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

Color convert

RGB85172165-
CMYK0.5100.040.33
HSL175.17º34.39%50.39%-
HSV(B)175.17º50.58%67.45%-
XYZ25.2934.1540.86-
YUV145.19139.1885.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=20.14%
G=40.76%
B=39.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721650.5100.040.33175.1734.3950.39
Hex55ACA5330421af2232
Octal1252542456304412574262
Binary10101011010110010100101110011010010000110101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55ACA5;
 }
 .AnyTagClassName
 {
   color: #55ACA5;
 }
</style>
background-color css

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

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

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

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

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

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