#55BCB4

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

Shades of Puerto Rico #55BCB4

Tints of Puerto Rico #55BCB4

Color information

#55BCB4 (or 0x55BCB4) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and B4. RGB value is (85,188,180). Sum of RGB (Red+Green+Blue) = 85+188+180=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCB4 is #AA434B. Grayscale: #9C9C9C. Windows color (decimal): -11158348 or 11844693. OLE color: 11844693.

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

Color convert

RGB85188180-
CMYK0.5500.040.26
HSL175.34º43.46%53.53%-
HSV(B)175.34º54.79%73.73%-
XYZ29.9741.1949.55-
YUV156.29141.3877.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=18.76%
G=41.50%
B=39.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881800.5500.040.26175.3443.4653.53
Hex55BCB437041Aaf2b36
Octal1252742646704322575366
Binary1010101101111001011010011011101001101010101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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