#55BEAD

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

Shades of Puerto Rico #55BEAD

Tints of Puerto Rico #55BEAD

Color information

#55BEAD (or 0x55BEAD) is unknown color: approx Puerto Rico. HEX triplet: 55, BE and AD. RGB value is (85,190,173). Sum of RGB (Red+Green+Blue) = 85+190+173=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEAD is #AA4152. Grayscale: #9C9C9C. Windows color (decimal): -11157843 or 11386453. OLE color: 11386453.

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

Color convert

RGB85190173-
CMYK0.5500.090.25
HSL170.29º44.68%53.92%-
HSV(B)170.29º55.26%74.51%-
XYZ29.741.7846.03-
YUV156.67137.2176.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=18.97%
G=42.41%
B=38.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851901730.5500.090.25170.2944.6853.92
Hex55BEAD370919aa2d36
Octal12527625567011312525566
Binary10101011011111010101101110111010011100110101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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