#55BEB7

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

Shades of Puerto Rico #55BEB7

Tints of Puerto Rico #55BEB7

Color information

#55BEB7 (or 0x55BEB7) is unknown color: approx Puerto Rico. HEX triplet: 55, BE and B7. RGB value is (85,190,183). Sum of RGB (Red+Green+Blue) = 85+190+183=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEB7 is #AA4148. Grayscale: #9D9D9D. Windows color (decimal): -11157833 or 12041813. OLE color: 12041813.

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

Color convert

RGB85190183-
CMYK0.5500.040.25
HSL176º44.68%53.92%-
HSV(B)176º55.26%74.51%-
XYZ30.7142.1851.32-
YUV157.81142.2176.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.56%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 183 (71.88% from 255) = 39.96%
R=18.56%
G=41.48%
B=39.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851901830.5500.040.2517644.6853.92
Hex55BEB7370419b02d36
Octal1252762676704312605566
Binary1010101101111101011011111011101001100110110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,190,183); }

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

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

 a { background-color: rgb(85,190,183); }

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

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

 span { border-color: rgb(85,190,183); }

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