#55B8AC

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

Shades of Puerto Rico #55B8AC

Tints of Puerto Rico #55B8AC

Color information

#55B8AC (or 0x55B8AC) is unknown color: approx Puerto Rico. HEX triplet: 55, B8 and AC. RGB value is (85,184,172). Sum of RGB (Red+Green+Blue) = 85+184+172=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #55B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B8AC is #AA4753. Grayscale: #989898. Windows color (decimal): -11159380 or 11319381. OLE color: 11319381.

HSL color Cylindrical-coordinate representation of color #55B8AC: hue angle of 172.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B8AC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB85184172-
CMYK0.5400.070.28
HSL172.73º41.08%52.75%-
HSV(B)172.73º53.8%72.16%-
XYZ28.3339.1945.1-
YUV153.03138.779.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=19.27%
G=41.72%
B=39.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851841720.5400.070.28172.7341.0852.75
Hex55B8AC36071Cad2935
Octal1252702546607342555165
Binary1010101101110001010110011011001111110010101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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