#55BD99

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

Shades of Keppel #55BD99

Tints of Keppel #55BD99

Color information

#55BD99 (or 0x55BD99) is unknown color: approx Keppel. HEX triplet: 55, BD and 99. RGB value is (85,189,153). Sum of RGB (Red+Green+Blue) = 85+189+153=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD99 is #AA4266. Grayscale: #999999. Windows color (decimal): -11158119 or 10075477. OLE color: 10075477.

HSL color Cylindrical-coordinate representation of color #55BD99: hue angle of 159.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD99 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB85189153-
CMYK0.5500.190.26
HSL159.23º44.07%53.73%-
HSV(B)159.23º55.03%74.12%-
XYZ27.6940.6336.52-
YUV153.8127.5478.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 189 (74.22% from 255) = 44.26%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=19.91%
G=44.26%
B=35.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851891530.5500.190.26159.2344.0753.73
Hex55BD99370131A9f2c36
Octal12527523167023322375466
Binary101010110111101100110011101110100111101010011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,189,153); }

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

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

 a { background-color: rgb(85,189,153); }

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

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

 span { border-color: rgb(85,189,153); }

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