#55BF97

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

Shades of Keppel #55BF97

Tints of Keppel #55BF97

Color information

#55BF97 (or 0x55BF97) is unknown color: approx Keppel. HEX triplet: 55, BF and 97. RGB value is (85,191,151). Sum of RGB (Red+Green+Blue) = 85+191+151=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF97 is #AA4068. Grayscale: #9A9A9A. Windows color (decimal): -11157609 or 9944917. OLE color: 9944917.

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

Color convert

RGB85191151-
CMYK0.5500.210.25
HSL157.36º45.3%54.12%-
HSV(B)157.36º55.5%74.9%-
XYZ27.9641.4335.8-
YUV154.75125.8878.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=19.91%
G=44.73%
B=35.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911510.5500.210.25157.3645.354.12
Hex55BF9737015199d2d36
Octal12527722767025312355566
Binary101010110111111100101111101110101011100110011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,151); }

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

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

 a { background-color: rgb(85,191,151); }

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

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

 span { border-color: rgb(85,191,151); }

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