#55BFAC

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

Shades of Puerto Rico #55BFAC

Tints of Puerto Rico #55BFAC

Color information

#55BFAC (or 0x55BFAC) is unknown color: approx Puerto Rico. HEX triplet: 55, BF and AC. RGB value is (85,191,172). Sum of RGB (Red+Green+Blue) = 85+191+172=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFAC is #AA4053. Grayscale: #9D9D9D. Windows color (decimal): -11157588 or 11321173. OLE color: 11321173.

HSL color Cylindrical-coordinate representation of color #55BFAC: hue angle of 169.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BFAC is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB85191172-
CMYK0.5500.100.25
HSL169.25º45.3%54.12%-
HSV(B)169.25º55.5%74.9%-
XYZ29.8242.1745.6-
YUV157.14136.3876.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=18.97%
G=42.63%
B=38.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911720.5500.100.25169.2545.354.12
Hex55BFAC370A19a92d36
Octal12527725467012312515566
Binary10101011011111110101100110111010101100110101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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