#55B4A5

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

Shades of Puerto Rico #55B4A5

Tints of Puerto Rico #55B4A5

Color information

#55B4A5 (or 0x55B4A5) is unknown color: approx Puerto Rico. HEX triplet: 55, B4 and A5. RGB value is (85,180,165). Sum of RGB (Red+Green+Blue) = 85+180+165=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #55B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B4A5 is #AA4B5A. Grayscale: #959595. Windows color (decimal): -11160411 or 10859605. OLE color: 10859605.

HSL color Cylindrical-coordinate representation of color #55B4A5: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B4A5 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB85180165-
CMYK0.5300.080.29
HSL170.53º38.78%51.96%-
HSV(B)170.53º52.78%70.59%-
XYZ26.8637.2941.38-
YUV149.88136.5381.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=19.77%
G=41.86%
B=38.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801650.5300.080.29170.5338.7851.96
Hex55B4A535081Dab2734
Octal12526424565010352534764
Binary10101011011010010100101110101010001110110101011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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