#55bca1

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

Shades of Puerto Rico #55BCA1

Tints of Puerto Rico #55BCA1

Color information

#55BCA1 (or 0x55BCA1) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and A1. RGB value is (85,188,161). Sum of RGB (Red+Green+Blue) = 85+188+161=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCA1 is #AA435E. Grayscale: #9A9A9A. Windows color (decimal): -11158367 or 10599509. OLE color: 10599509.

HSL color Cylindrical-coordinate representation of color #55BCA1: hue angle of 164.27º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCA1 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB85188161-
CMYK0.5500.140.26
HSL164.27º43.46%53.53%-
HSV(B)164.27º54.79%73.73%-
XYZ28.1640.4740.05-
YUV154.12131.8878.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=19.59%
G=43.32%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881610.5500.140.26164.2743.4653.53
Hex55BCA1370E1Aa42b36
Octal12527424167016322445366
Binary10101011011110010100001110111011101101010100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55bca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,161); }

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

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

 a { background-color: rgb(85,188,161); }

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

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

 span { border-color: rgb(85,188,161); }

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