#55BC94

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

Shades of Keppel #55BC94

Tints of Keppel #55BC94

Color information

#55BC94 (or 0x55BC94) is unknown color: approx Keppel. HEX triplet: 55, BC and 94. RGB value is (85,188,148). Sum of RGB (Red+Green+Blue) = 85+188+148=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC94 is #AA436B. Grayscale: #989898. Windows color (decimal): -11158380 or 9747541. OLE color: 9747541.

HSL color Cylindrical-coordinate representation of color #55BC94: hue angle of 156.7º degrees, saturation: 0.43, 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 #55BC94 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB85188148-
CMYK0.5500.210.26
HSL156.7º43.46%53.53%-
HSV(B)156.7º54.79%73.73%-
XYZ27.0740.0434.32-
YUV152.64125.3879.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=20.19%
G=44.66%
B=35.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881480.5500.210.26156.743.4653.53
Hex55BC94370151A9d2b36
Octal12527422467025322355366
Binary101010110111100100101001101110101011101010011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,148); }

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

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

 a { background-color: rgb(85,188,148); }

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

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

 span { border-color: rgb(85,188,148); }

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