#55BFA3

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

Shades of Puerto Rico #55BFA3

Tints of Puerto Rico #55BFA3

Color information

#55BFA3 (or 0x55BFA3) is unknown color: approx Puerto Rico. HEX triplet: 55, BF and A3. RGB value is (85,191,163). Sum of RGB (Red+Green+Blue) = 85+191+163=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFA3 is #AA405C. Grayscale: #9C9C9C. Windows color (decimal): -11157597 or 10731349. OLE color: 10731349.

HSL color Cylindrical-coordinate representation of color #55BFA3: hue angle of 164.15º 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 #55BFA3 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB85191163-
CMYK0.5500.150.25
HSL164.15º45.3%54.12%-
HSV(B)164.15º55.5%74.9%-
XYZ28.9941.8441.2-
YUV156.11131.8877.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=19.36%
G=43.51%
B=37.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911630.5500.150.25164.1545.354.12
Hex55BFA3370F19a42d36
Octal12527724367017312445566
Binary10101011011111110100011110111011111100110100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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