#55B69A

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

Shades of Keppel #55B69A

Tints of Keppel #55B69A

Color information

#55B69A (or 0x55B69A) is unknown color: approx Keppel. HEX triplet: 55, B6 and 9A. RGB value is (85,182,154). Sum of RGB (Red+Green+Blue) = 85+182+154=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #55B69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B69A is #AA4965. Grayscale: #959595. Windows color (decimal): -11159910 or 10139221. OLE color: 10139221.

HSL color Cylindrical-coordinate representation of color #55B69A: hue angle of 162.68º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B69A is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB85182154-
CMYK0.5300.150.29
HSL162.68º39.92%52.35%-
HSV(B)162.68º53.3%71.37%-
XYZ26.3137.7236.47-
YUV149.8130.3681.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=20.19%
G=43.23%
B=36.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821540.5300.150.29162.6839.9252.35
Hex55B69A350F1Da32834
Octal12526623265017352435064
Binary10101011011011010011010110101011111110110100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,154); }

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

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

 a { background-color: rgb(85,182,154); }

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

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

 span { border-color: rgb(85,182,154); }

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