#55BFB5

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

Shades of Puerto Rico #55BFB5

Tints of Puerto Rico #55BFB5

Color information

#55BFB5 (or 0x55BFB5) is unknown color: approx Puerto Rico. HEX triplet: 55, BF and B5. RGB value is (85,191,181). Sum of RGB (Red+Green+Blue) = 85+191+181=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFB5 is #AA404A. Grayscale: #9E9E9E. Windows color (decimal): -11157579 or 11910997. OLE color: 11910997.

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

Color convert

RGB85191181-
CMYK0.5500.050.25
HSL174.34º45.3%54.12%-
HSV(B)174.34º55.5%74.9%-
XYZ30.7242.5350.31-
YUV158.17140.8875.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=18.60%
G=41.79%
B=39.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911810.5500.050.25174.3445.354.12
Hex55BFB5370519ae2d36
Octal1252772656705312565566
Binary1010101101111111011010111011101011100110101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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