#55BEA2

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

Shades of Puerto Rico #55BEA2

Tints of Puerto Rico #55BEA2

Color information

#55BEA2 (or 0x55BEA2) is unknown color: approx Puerto Rico. HEX triplet: 55, BE and A2. RGB value is (85,190,162). Sum of RGB (Red+Green+Blue) = 85+190+162=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEA2 is #AA415D. Grayscale: #9B9B9B. Windows color (decimal): -11157854 or 10665557. OLE color: 10665557.

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

Color convert

RGB85190162-
CMYK0.5500.150.25
HSL164º44.68%53.92%-
HSV(B)164º55.26%74.51%-
XYZ28.6841.3740.66-
YUV155.41131.7177.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=19.45%
G=43.48%
B=37.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851901620.5500.150.2516444.6853.92
Hex55BEA2370F19a42d36
Octal12527624267017312445566
Binary10101011011111010100010110111011111100110100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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