#55BF98

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

Shades of Keppel #55BF98

Tints of Keppel #55BF98

Color information

#55BF98 (or 0x55BF98) is unknown color: approx Keppel. HEX triplet: 55, BF and 98. RGB value is (85,191,152). Sum of RGB (Red+Green+Blue) = 85+191+152=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF98 is #AA4067. Grayscale: #9A9A9A. Windows color (decimal): -11157608 or 10010453. OLE color: 10010453.

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

Color convert

RGB85191152-
CMYK0.5500.200.25
HSL157.92º45.3%54.12%-
HSV(B)157.92º55.5%74.9%-
XYZ28.0441.4636.23-
YUV154.86126.3878.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=19.86%
G=44.63%
B=35.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911520.5500.200.25157.9245.354.12
Hex55BF9837014199e2d36
Octal12527723067024312365566
Binary101010110111111100110001101110101001100110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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